hno Posted August 21, 2009 Share Posted August 21, 2009 HI I have a form and there are some inputs in that and a hidden input is in there and the name of it is "submit" and has the value "true" .I want when the form submitted and the values of the form checked $_post['submit'] become empty and doesn't have any value.How can I do that? thanks Link to comment https://forums.phpfreaks.com/topic/171265-how-to-unset-_post/ Share on other sites More sharing options...
Daniel0 Posted August 21, 2009 Share Posted August 21, 2009 unset($_POST['submit']); Link to comment https://forums.phpfreaks.com/topic/171265-how-to-unset-_post/#findComment-903107 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.