I thought if you used something like:
if ((isset($x)) && is_null($)) {
...
}it would work as it would hit the first condition and drop out if it is not set before using it in the second. I might be wrong. ;-) -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
