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? Quote Link to comment Share on other sites More sharing options...
aeroswat Posted April 19, 2010 Share Posted April 19, 2010 unset Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.