Jump to content

How to empty $_POST


hno

Recommended Posts

 

 

 

 

hi

I have a form and a hidden field which name is "submit" .If the form submitted the value of it become true and the script understand the form has submitted.Now after the form has submitted if the user refresh the page the script still think the form has submitted.Is it possible to unset the $_POST['submit'] after the process is finished?

I user unset ($_POST['submit'] ) but itsn't work and the value is still exist.

How can unset that?

 

thanks

Link to comment
https://forums.phpfreaks.com/topic/172798-how-to-empty-_post/
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.