I have some code that I barrowed that works but I don't get how it could possible work, obviously I don't understand how "false" works:
How can this ever pass?:
if (isset($_SESSION['PrevUrl']) && false) {
....
Thanks
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

