Jump to content

eliminate POST values


dadamssg

Recommended Posts

I'm guessing you are inserting the values into a database? Once you have inserted your data into the database you'll want to preform a redirect eg:

header('Location: somepage.php')

 

Otherwise your browser will resend what you just entered in your form when you refresh the page.

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.