From: "Nicklas Bondesson" <[EMAIL PROTECTED]>
Didn't work for me (PHP 4.3.9 + Apache 2.0.4). I will try the other method you suggested.
Can you define "didn't work" for us? Are you saying that if $_POST['foo'] has a value of bar, that:
echo $_POST['foo']; unset($_POST['foo']); echo $_POST['foo'];
displays "bar" twice?
---John Holmes...
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php