Chris,
all you need to check that is:
<?php
if (!$page)
{
... do your stuff ...
}
?>
that should do it, as long as the url var exists it'll work. =)
Yoshi
----- Original Message -----
> >
> > is there a php equivalent for this little tidbit from a friend's cf
> script?
> > here it is:
> >
> > <cfif NOT ISDEFINED("url.page")>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]