Contents:
Any suggestions?
Anyone know any good remote MySQL hosting?
Anyone available in Pune ?
can anyone help me?
Any suggestions?
Anyone know any good remote MySQL hosting?
Anyone available in Pune ?
can anyone help me?
favourebrusi 2021-08-27 04:50:12
Abeg how are fit pass $_session id and $_GET variables into a $_POST for php and save to database
DSP 2021-08-27 06:42:50
Hi All, Unable to convert larger pdf (above 7mb) to base64. Any suggestions?
maheshutm 2021-08-27 12:41:47
DSP 2021-08-27 06:42:50
Hi All, Unable to convert larger pdf (above 7mb) to base64. Any suggestions?
Min size
Charan Reddy 2021-08-27 12:51:57

RichardMuvirimi 2021-08-27 13:02:06
DSP 2021-08-27 06:42:50
Hi All, Unable to convert larger pdf (above 7mb) to base64. Any suggestions?
Php script time and memory limit
DSP 2021-08-27 13:09:21
RichardMuvirimi 2021-08-27 13:02:06
Php script time and memory limit
I have increased memory limit but no luck
RichardMuvirimi 2021-08-27 13:10:55
DSP 2021-08-27 13:09:21
I have increased memory limit but no luck
And execution time. Run
phpinfo();
To make sure you have the edited the correct file
DSP 2021-08-27 13:11:26
RichardMuvirimi 2021-08-27 13:10:55
And execution time. Run
phpinfo();
To make sure you have the edited the correct file
Will check
Nedariya MOHD 2021-08-27 17:55:26
how can we add multiple and single image in one form
Phpdev21 2021-08-27 18:15:14
Nedariya MOHD 2021-08-27 17:55:26
how can we add multiple and single image in one form
Use js
Elijah09m 2021-08-27 18:31:50
Anyone know any good remote MySQL hosting?
Decostarocky 2021-08-27 18:36:52
Elijah09m 2021-08-27 18:31:50
Anyone know any good remote MySQL hosting?
Yes
Elijah09m 2021-08-27 18:37:04
Decostarocky 2021-08-27 18:36:52
Yes
Pleas tell
Decostarocky 2021-08-27 18:38:10
Tell you what?
Harry 2021-08-27 19:08:57
Anyone available in Pune ? Who can work on websites and App
wolvrineeeee 2021-08-27 19:12:58
Im from Ahmedabad
Work on website and app
Work on website and app
Nedariya MOHD 2021-08-27 19:38:06
Phpdev21 2021-08-27 18:15:14
Use js
its an task use only php😥
Nedariya MOHD 2021-08-27 20:43:30
can anyone help me?
chauhan_sourabh 2021-08-27 21:06:23
use this
Phpdev21 2021-08-27 21:06:42
Nedariya MOHD 2021-08-27 20:43:30
can anyone help me?
use if conditions on upload page
Nedariya MOHD 2021-08-27 21:07:42
i am really begginer in php
favourebrusi 2021-08-27 21:48:46

Pls how do i access $_GET[‘id’] in my $_POST[‘log’]
Janus666 2021-08-27 23:45:22
why do my messages get deleted
2021-08-28 01:50:15
Requirement already up-to-date
Zabalaga 2021-08-28 01:57:09

Someone help this code can’t save what is in the for each loop to the database
StephenDeva 2021-08-28 04:56:31
Bro in line 42, $item_name should be inside single quotes… Like this –> ‘$item_name’
StephenDeva 2021-08-28 04:58:09
Check dB, if data type of any column is other than int then in query u should write it in quotes.. Use single quotes because you already used double quotes in the beginning of ur query.
Hope it will work
Phpdev21 2021-08-28 07:16:08
Zabalaga 2021-08-28 01:57:09
Someone help this code can’t save what is in the for each loop to the database
Insert query should in loop block and cheek order id value
Rahul Kothari 2021-08-28 08:45:56
Anyone have knowledge of spattie in laravel pls help me
Kofi 2021-08-28 10:22:11
Zabalaga 2021-08-28 01:57:09
Someone help this code can’t save what is in the for each loop to the database
1. you closes the loop before the database query.
2. the query syntax is wrong.
Zabalaga 2021-08-28 10:23:11
Kofi 2021-08-28 10:22:11
1. you closes the loop before the database query.
2. the query syntax is wrong.
2. the query syntax is wrong.
Exactly I’ve got it solved and it was query syntax
Fasil43 2021-08-28 11:33:32

maheshutm 2021-08-28 11:42:05
PHP Mysql while loop fetch is load take time for more then 1000 records any idea for short the query
Phpdev21 2021-08-28 11:49:39
maheshutm 2021-08-28 11:42:05
PHP Mysql while loop fetch is load take time for more then 1000 records any idea for short the query
Fetch all query
maheshutm 2021-08-28 11:50:12
I use SELECT * FROM table_name