Generally, php error displaying is turned off by default on servers.
Copying the code below and adding it to the beginning of the page will allow you to start seeing php errors.
PHP Code:
error_reporting(E_ALL);
- ini_set("display_errors", 1);
Printable View
Generally, php error displaying is turned off by default on servers.
Copying the code below and adding it to the beginning of the page will allow you to start seeing php errors.
PHP Code:
error_reporting(E_ALL);
- ini_set("display_errors", 1);
Test test test
Test test test
:(:p:confused: