freelance84 Posted April 19, 2010 Share Posted April 19, 2010 Is it possible to delete/change the POST once it has been used? e.g. if (isset($_POST['number']) && isset($_POST['update'])) { $number = get_post('number'); $update = get_post('update'); } After the above has got the POST can it then either delete or change it so when in a loop it doesn't keep being used? Link to comment https://forums.phpfreaks.com/topic/199034-deleting-changing-the-post/ Share on other sites More sharing options...
aeroswat Posted April 19, 2010 Share Posted April 19, 2010 unset Link to comment https://forums.phpfreaks.com/topic/199034-deleting-changing-the-post/#findComment-1044781 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.