Can you help me? I would like to do this "PHP multiple image upload and insert to MySql" the pictures will be on the server in a folder. I have been looking online trying to get it to work for 2 months on and off and no luck.
every things seems fine but when i press an upload it doesn't display any message rather it display an blank process.php page..Can u please tell me what's wrong with my code???
Can you help me? I would like to do this "PHP multiple image upload and insert to MySql" the pictures will be on the server in a folder. I have been looking online trying to get it to work for 2 months on and off and no luck.
647911 1 week ago
followed, it is a great tutorial thanks :D but when i press upload button i get an error saying 'unexpected > line 19 ?? any ideas ? Thanks
Anglean001 1 month ago
every things seems fine but when i press an upload it doesn't display any message rather it display an blank process.php page..Can u please tell me what's wrong with my code???
3MTAL 2 months ago
@ncili you need to put a ] where you have missed it out on that line
SuperRorylewis 8 months ago
Parse error: syntax error, unexpected ']' in /home/a5969829/public_html/123 script.php on line 6
pls help
rameez188 10 months ago
thx a lot with this tutorial ive got some idea for my thesis haha
^_^
even do its hard to look the codes coz it has a lot of if else statements haha
but ive successfully follow it exept on
if ($_POST['submit']) coz i used if (isset($_POST['submit']))
and its working ^^
kiojmhum 11 months ago
tnx alot! it really helps!!!! love u!
noelpacia 1 year ago
i learned very much in this tutorial ... THANKS !!! You are the Best !
MrRazvan98 1 year ago
@ncili line 46 says this
$sqlcode = mysql_query("INSERT INTO imageupload (id,user,location) VALUES ('','$user','$location')");
please help.
ncili 1 year ago
i typed everything u did the exact same as u did and this is what i got
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ']' in process.php on line 46
please help.
ncili 1 year ago
u should use \' rather than just ' in sql query cuz it can cause problem if filename has ' symbol
naturalpsychic123 2 years ago
Thanks man !! I learned a new thing :)
Greetz
MarcoBrasci 2 years ago