Hi
I have a database of pictures waiting to be reviewed.
A page is made using a loop following a mysql query, with a series of radio buttons. For each picture's ID number, a 'yes' or 'no' radio button.
How can I get the results of EACH radio button the user has submitted?
I have called the radio buttons "pic12433" for example, where 12433 is the ID of the picture.
Any ideas? I need to be able to see the value of each $pic34234 (or whatever the number after pic is) on the page, dynamically.