Page 1 of 1

Clicking a Link posts or submitts twice---

Posted: Fri May 16, 2003 10:38 am
by JakeWyman
Im trying to make a self contained page with links at the bottom that will reload the page.

Depending on the link that you click... Session variables have been changed and the page does something else... about 90% of the time everything works great... the other 10% it gets weird. Its like the link is posting 2 times. I have been looking around on the forum and I have found this:

session_start();
header("Cache-control: private"); //IE 6 Fix

and I have added it. It does not seem to fix my problem.

http://www.marionsphotos.com/Imagesets.php Image set1 and 2 are working but exibit the problem. I have debugging info turned on and it lookslike everything is the same when the problem happens as when it does not...

Any ideas? If you would like the code to look at you can get it from this link...
http://www.marionsphotos.com/ThumbDisplay.php.txt

Thats the same page... just made to easily grab...

Thanks!