GOT IT, basically in a script like this <? kadsf; kasdjfdsfj;garbage; ?>
php treats these as contants, and issues a notice saying that undefined constants are being used. The default setting for the php.ini file is : error_reporting = E_ALL &~E_NOTICE thus all notices are not displayed. setting error_reporting to E_ALL solves this thx everybody gamin. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php