I have created this file to delete an image and empty the db field with the image name in it. So far, it works when the page originally loads...the image that is going to be deleted is displayed along with a button that says "Delete Image".
Once the button is clicked, all of the variable values in the URL are set correctly but it does not display the echo statements...it only displays the delete button again.
I have been looking around different forums for a couple of hours and was hoping someone here might be able to help me...you all look like a friendly bunch.
I have commented out the mysql_query() and unlink() functions for now so I don't have to keep putting the images back (this is a live site). Before I put in the conditional statements to check for the form submission, this was all working. Not sure what I am overlooking, but I know it is something...