PHP guru needed
What's the code I need to put in the top of my page I want to debug to see the errors ?
<?
ini_set("error_reporting", E_YOUR_ERROR_LEVEL);
echo ini_get("error_reporting");
?>
and
error_reporting(E_ALL);
error_reporting(E_PARSE);
doesn't works ...
__________________
I have nothing to advertise ... yet.
|