Hi
I am having problems with my web pages re-posting data. I know using a session destroy varaible is a way to stop this but has anyone got a piece of code I can use and on which file do I enter the session variable?
Thanks
TDSR
Stop PHP reposting data
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Stop PHP reposting data
I assume you are talking about re-posting forms. The usual solution is to redirect to an success page if the form validates.
(#10850)