mistergoomba Posted April 21, 2006 Share Posted April 21, 2006 I have a form 'form.php' which sends post data to 'actions/form.php' which then processes the information and uses header("Location: ../form.php"); exit; to return to the form after the script has executed.The problem is, when the user is returned to form.php and hits 'Refresh' or 'Reload', the pop up saying 'The page you are trying to view contains POSTDATA'. Is there a way I can dump post data in the form.php header? Quote Link to comment Share on other sites More sharing options...
Ninjakreborn Posted April 22, 2006 Share Posted April 22, 2006 use the die or exit command, check the manual for more information on it,. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.