Hi,
I have an mp3 upload script. The first page submit.php has a form action of submiterror.php. On the submiterror.php page it checks to see if the button is pressed.
if (isset($_POST['submit_mp3'])) {
THen it uploads. I was having problems with getting some double entries so i tested it and found that if I refresh the page it will act as if the button "isset" again. Is there a way around this?
Thanks alot.