I have attached the page of code. I am trying to perform an update on the four image fields. When you select the image it works without a problem.
The problem is as follows:
If for example you only wanted to update image one, the selection of the upload works without a problem and it posts the filename to the database, the filename for image one, two and three is changed to array. I have tried loads of things and cannot get around this.
What I want to do is basically if only image one is selected for update only that field is updated and the other 3 are left as they are.
I have also attached an image of the php page generated.
I hope someone can help me figure this out.