Jump to content

Enabling error checking.


waynew

Recommended Posts

Hate to blow my own trumpet, but you could check out this. Basically, you can change display_errors either in your php.ini, at run time with the init_set() function or with a .htaccess file. All methods are explain either on that page or in the comments below.

 

However, if you've got a syntactical error, then you can't change it with the ini_set() function, since PHP cannot interpret your page properly.

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.