if i have a dummy page with nothing but:

print error_reporting();
print $sUndefinedVariable;

i get:
2047
*Notice*: Undefined variable:  sUndefinedVariable

as expected. but once i include my file that has everything else i need (including adodb and a bunch of files ive developed) i do the same thing, and i get:
2047

but no notice. i thought for sure adodb was resetting the error_reporting level or something, but it seems to be the same, right before i print the undeclared variable, yet it doesn't complain. has anyone seen this before?

thanks in advance,

--travis

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

Reply via email to