Reply to multiple images upload save names to mysql (array)

multiple images upload save names to mysql (array) new!
by babo, 17 years, 10 months ago
Hi, the multiple image upload works fine, now I want to save the names to mysql but the query has some problems. I found I can save names through array, this is the output:

[...]

146 line is:
$sql .= "VALUES ('$id', '".$uploaded[1]['large']."', '".$uploaded[1]['small']."', '".$uploaded[2]['large']."', '".$uploaded[2]['small']."', '".$uploaded[3]['large']."', '".$uploaded[3]['small']."')";
$x = mysql_query($sql);
Reply

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important