joecooper Posted May 5, 2008 Share Posted May 5, 2008 i use this code to check if the submit button was pressed: if (isset($_POST['submit'])){ how do i unset it? as when i include that page later on, it thinks its been set still. Link to comment https://forums.phpfreaks.com/topic/104136-reset-a-_post/ Share on other sites More sharing options...
pocobueno1388 Posted May 5, 2008 Share Posted May 5, 2008 unset($_POST); Link to comment https://forums.phpfreaks.com/topic/104136-reset-a-_post/#findComment-533139 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.