Contents:
Could anyone tell me what is Laravel?
Is it possible to learn without having php knowledge?
Tell us what is your question?
Please does anyone knows csrf ?
what error showing?
Could anyone tell me what is Laravel?
Is it possible to learn without having php knowledge?
Tell us what is your question?
Please does anyone knows csrf ?
what error showing?
2021-04-11 12:21:16
S s 2021-04-11 12:15:06
Any body has php course
Go through YouTube
You can find enough courses related to php
2021-04-11 12:26:09
2021-04-11 12:21:16
Go through YouTube
You can find enough courses related to php
Yes +1
Venkatakrishna S 2021-04-11 12:55:46
Could anyone tell me what is Laravel?
Is it possible to learn without having php knowledge?
Is it possible to learn without having php knowledge?
dev_sayan 2021-04-11 13:18:03
Venkatakrishna S 2021-04-11 12:55:46
Could anyone tell me what is Laravel?
Is it possible to learn without having php knowledge?
Is it possible to learn without having php knowledge?
Laravel is a Php framework, It is Follow MVC approach., I Don’t think it is possible, If you don’t have any basic knowledge in core php.
Venkatakrishna S 2021-04-11 14:23:00
dev_sayan 2021-04-11 13:18:03
Laravel is a Php framework, It is Follow MVC approach., I Don’t think it is possible, If you don’t have any basic knowledge in core php.
Thank you for your comments 👍
dev_sayan 2021-04-11 14:29:32
Venkatakrishna S 2021-04-11 14:23:00
Thank you for your comments 👍
welcome
technvisilentkudi 2021-04-11 14:52:32
Hyy guys
technvisilentkudi 2021-04-11 14:52:57
Anyone help me regarding php and database
fandi1582 2021-04-11 15:06:58
Thank you very much bro for helping
Tahasil Sahu 2021-04-11 15:07:37
Anyone help me about payment gateway ya add money with code
Tahasil Sahu 2021-04-11 15:24:31
Website me money add and withdraw karne ka code,
Please help me
Please help me
Arjun_mehta 2021-04-11 16:02:33
ᴀɴʏᴏɴᴇ ᴅᴇᴄʀʏᴘᴛɪᴏɴ ᴍᴀsᴛᴇʀ ʜᴇʀᴇ. ᴘʟᴇᴀsᴇ ᴍᴇssᴀɢᴇ ᴍᴇ . ɴᴇᴇᴅ sᴏᴍᴇ ʜᴇʟᴘ 🙏
dev_sayan 2021-04-11 17:07:30
technvisilentkudi 2021-04-11 14:52:57
Anyone help me regarding php and database
Tell us what is your question?
2021-04-12 05:00:37

idk what is wrong with this. i can’t use include db.php in includes folder
2021-04-12 05:01:53
@dev_sayan deprived
2021-04-12 05:09:27

2021-04-12 05:10:30
yes it is working
2021-04-12 05:11:20
okay..
2021-04-12 05:11:50
still not working
Naka7l3alam 2021-04-12 05:12:19
Please does anyone knows csrf ?
2021-04-12 05:12:34
yeah i did.
2021-04-12 05:13:33
2021-04-12 05:00:37
idk what is wrong with this. i can’t use include db.php in includes folder
the problem is with this. i tried using include. instead of require. then the code runs. but not connects to the db.
2021-04-12 05:13:55
okay 🙂
2021-04-12 05:16:28
not working..
2021-04-12 05:17:24
it shows db.php not found.
2021-04-12 05:18:02
it works when i copy the code from db.php and add into user.class.php
2021-04-12 05:18:57
user.class.pp is in class folder and db.php is in includes folder…
2021-04-12 05:19:13
this code worked a day before yesterday. idk what is wrong with this now.
2021-04-12 05:22:52

dev_sayan 2021-04-12 07:12:43
2021-04-12 05:00:37
idk what is wrong with this. i can’t use include db.php in includes folder
what error showing?
2021-04-12 07:15:52
dev_sayan 2021-04-12 07:12:43
what error showing?
cannot find db.php
2021-04-12 07:17:01
dev_sayan 2021-04-12 07:12:43
what error showing?
that code worked in deprived ‘s machine. But not in my machine. idk why…
dev_sayan 2021-04-12 07:19:17
require_once(‘/include/db.php’); try this
2021-04-12 07:19:33
dev_sayan 2021-04-12 07:19:17
require_once(‘/include/db.php’); try this
tried that too
dev_sayan 2021-04-12 07:20:41
so now remove “../” this part once time then see what happend