Jump to content

Displaying errors


cerberus478

Recommended Posts

you should set those settings in your php.ini on your development system so that you don't need to remember to put the settings into your code for development and remove them on a live server.

 

those two setting being in your code won't show php parse errors in your main file because parse errors are detected before your code is even considered to be code, so the lines with those settings never run.

Link to comment
https://forums.phpfreaks.com/topic/288006-displaying-errors/#findComment-1477263
Share on other sites

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.