PDA

View Full Version : Quickly Show All PHP Errors



yilmaz
27.11.22, 19:30
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.


error_reporting(E_ALL);
ini_set("display_errors", 1);

yilmaz
16.12.22, 19:46
Test test test

yilmaz
16.12.22, 20:58
Test test test

yilmaz
17.12.22, 23:39
:(:p:confused: