Jump to content

header redirect and post data


mistergoomba

Recommended Posts

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?
Link to comment
https://forums.phpfreaks.com/topic/8079-header-redirect-and-post-data/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.