Jump to content

Deleting/ changing the POST


freelance84

Recommended Posts

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

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.