> I'm on a roll with the ASP questions these days, since I picked up the
> Chiliasp.
> 
> Here's one:
> 
> ASP has the function Option Explicit build in, it yells when you use
> variables without prior declaration, couldn't find anything like that
in
> PHP documentation.
> Thanks in advance.

If you set error_reporting to E_ALL (or include E_NOTICE, I think), then
PHP will give warnings when an undeclared variable is used.

---John Holmes...



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

Reply via email to