RE: [PHP] Clear HTTP POST value

2004-09-13 Thread Gryffyn, Trevor
To: [EMAIL PROTECTED] Subject: [PHP] Clear HTTP POST value Hi! Is there a smooth way to clear a posted value on a page? I have tried the following without sucess. unset($_POST[var]); unset($HTTP_POST_VARS[var]); Nicke -- PHP General Mailing List (http://www.php.net

[PHP] Clear HTTP POST value

2004-08-23 Thread Nicklas Bondesson
Hi! Is there a smooth way to clear a posted value on a page? I have tried the following without sucess. unset($_POST[var]); unset($HTTP_POST_VARS[var]); Nicke -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php