php - How to reset form data in header without redirecting ? -
does know how reset form info in header without redirecting cause when refresh page auto posting form data. redirecting takes more time. solution problem ?
this line clear post info in php without having redirect. careful, create sure want post info before calling it.
unset($_post);
php apache
No comments:
Post a Comment