
Windows
You may turn on the display error in your application by using the init_set() function which you may refer to the following command to each script.
ini_set('display_errors',1);
Linux
You may turn it on using either :
1. Using init_set() in the application OR
2. Alter the php.ini file by include the following line from your public_html folder:
1. Using init_set() in the application OR
2. Alter the php.ini file by include the following line from your public_html folder:
display_errors=On
Comments
Post a Comment