Or, does anyone know of another way I can identify which image was clicked on when all the images have the same name?
Basically I'm doing a loop and echo'ing out some info, and at the end of each iteration, I put the image, which is essentially a delete button. If the user clicks the delete button, I need to know which loop iteration of the image they want deleted. Any ideas would be great.
I just read your reply now Frederick. Thanks, but I don't think that will work with the senario that I mentioned above.