Gary E. Terry wrote:
OK.. I am a moron.. Forgot that I had changed the name of the field in the form, and got sidetracked and didn't change it in the php... But, still not working correctly. Here is the output: Array -- Array -- Array
Oops this: ${"image".($key+1)} = $_FILES['pictures']['name']; should be: ${"image".($key+1)} = $_FILES['pictures'][$key]['name']; -- Postgresql & php tutorials http://www.designmagick.com/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php