Forum Moderators: coopster
For example:
unset($_POST['submit']);
The above code does not seem to be working.
Thanks in advance!
unset($_POST['submit'],$submit);
dc
unset($GLOBALS[_POST]["submit"]);
However I'm not sure if it will work. I found it under [php.net...]
Best regards Michal Cibor