<snip>
> $mode = "entrance";
> if ($mode == "entrance") {
>
</snip>
I suppose you added the first line ($mode = "entrance"; ) for testing
purposes during debugging, but in order for the script to work you
should now remove it, because now $mode will always have the value
"entrance"good luck Ren� -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

