> I would like to know why you put this character (!) in front of this:

An ! means that the following statement should be false. So:

if (!isset($variable))

means "If $variable is not set"

Jason

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to