Thread: PHP guru needed
View Single Post
Old 11-22-2006, 05:33 PM  
qw12er
Confirmed User
 
Join Date: Apr 2004
Location: Montreal
Posts: 799
:stoned 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.
qw12er is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote