I've read about isset - http://ca.php.net/isset and but i'm still lost on why you would want to make sure it exists if you've probaly already specified the variable in the code? To be totally truthful, I guess I'm trying to grasp the true/false stuff...
Thanks.
Adrian
A common use of the isset construct is to check if a given incoming variable (e.g. from a form) exists.