Hi

As Stut has already pointed out, make sure that displaying errors is
enabled.  It does no good to use:

   error_reporting(E_ALL);

if the reports aren't displayed.  This needs to be done with the php.ini
directive  'display_errors' (details here 
http://uk2.php.net/manual/en/ref.errorfunc.php#ini.display-errors).



Niel

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

Reply via email to