Hi Robert,
maybe your variable doesn't exist. Try using
if(!isset($variable)) {
missing-message }
else {
show $variable }
I hope this helps.
Bye, Marcel
--
registered Fli4l-User #00000388
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

