Jump to content

Display Errors to a script


Mateobus

Recommended Posts

You can control a particular script error reporting using:

http://us3.php.net/manual/en/function.error-reporting.php

To see the errors you must have display_errors on. Example:

ini_set('display_errors', '1');

See:

http://us3.php.net/manual/en/ref.errorfunc.php#ini.display-errors

http://us3.php.net/manual/en/function.ini-set.php

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.