how to debug in php

48

how to debug in php -

ini_set('display_errors', 'On');
error_reporting(E_ALL);

Comments

Submit
0 Comments