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);
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
yilmaz (26.03.23)
Test test test
There are currently 12 users browsing this thread. (0 members and 12 guests)