At 23:35 12.11.2002, Cesar Aracena said: --------------------[snip]-------------------- >The problem is that I have a remote "rented" server and I don't have access >to these configurations > >any other ideas are welcome. Thanks > >any ot > >----- Original Message ----- >From: "BigDog" <[EMAIL PROTECTED]> > >> In your php.ini file you can turn on all the errors have have them >> displayed... --------------------[snip]--------------------
You may always do two things to spot any error like this: a) set error_reporting to a value where the error will be shown, e.g. "error_reporting(E_ALL | ~E_NOTICE);" This will override the INI file for the script instance b) cluster your code with "echo" statements to see the value of certain variables. -- >O Ernest E. Vogelsinger (\) ICQ #13394035 ^ http://www.vogelsinger.at/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php