Abdul Abdul wrote: > Sorry, I'm new to PHP, how can I turn on the error log? See <http://php.net/manual/en/errorfunc.configuration.php#ini.error-reporting> for a detailed explanation. For development purposes it is usually sufficient to use php.ini-development as php.ini. If php.ini-development is not bundled with your PHP distribution, just set error_reporting and display_errors according to the recommended development values in php.ini. -- Christoph M. Becker -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php