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 Quote 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']); Quote Link to comment https://forums.phpfreaks.com/topic/171265-how-to-unset-_post/#findComment-903107 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.