Hey Guys,
I have an Array Count On file uploads (Upto 5 Files) Called Upload[0];
Is this right to use an individual filename from the array as a variable?
$image_upload1 = $_POST['upload'[0];
As i want to use is in this...
$insert_upload1 = "user_images/$username_entry/$image_upload1";
As $insert_upload1 is the variable for an INSERT value on my Database.
I think its something in the display of the 'upload[ ] array.
Can anyone shed any light
Thanks