View Single Post
  #4 (permalink)  
Old Dec 1st, 2007, 15:14
longstand longstand is offline
Reputable Member
Join Date: Oct 2007
Location: Liverpool UK
Age: 29
Posts: 216
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Array code help

I have solved this problem by simply using a different chunk of code at the botton of the array to handle file upload!!! Its to much hard work trying to mix file upload PHP code with the array code when a seperate peace of code works just fine

The array also need a record inserted to work, once the record was inserted the image section ($_POST) needed to be changd to ($_FILES)

Reply With Quote