Refresh causing unwanted HTML Form processing in PHP
Posted: Wed Jul 17, 2002 9:28 pm
Is there a way to tell (using pure PHP -- or, perhaps even, JavaScript with PHP)) the difference between a page that was loaded (reloaded) by the Browsers 'Refresh' button and that was loaded from a Submit button on a different page (or even on the same page)? I'm having a problem with the 'get' data in the URL being applied again when the Refresh button is pressed.
Would this be a job for Session handling functions (which I just discovered but don't quite know how to use)?
Would this be a job for Session handling functions (which I just discovered but don't quite know how to use)?