When i set display_errors = On and error_reporting = E_ALL in my php.ini, i get the next message for each variable that i use in the script:
"Notice: Use of undefined constant varname ....."

How is the best solution for this problem, setting error_reporting = E_ALL & ~E_NOTICE or other method?

Thanks,

RB




_________________________________________________________________
Charla con tus amigos en línea mediante MSN Messenger: http://messenger.microsoft.com/es


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

Reply via email to