Hi, this is following on from this question I posted yesterday - my question from yesterday
The answer given by webbiedave seemed to work but continued to delete the last image in the group rather than the one selected through the checkbox. When I print_r($_POST);
none of these images can be found anywhere in the printed array. Within the page/form I have other image uploads and text inputs which are all written to the main table 'isadmin' and print_r($_POST);
displays them all fine.
There seems to be a problem with the images that are being pulled-in from the isgallery table and the fact that they seem to be isolated from the rest of the items within the form and are not being picked up when $_POST['delGallery']=='1'
.
Any help greatly appreciated. S