Thread: PHP guru needed
View Single Post
Old 11-22-2006, 05:43 PM  
montythestrange
Confirmed User
 
Join Date: Jun 2005
Location: NoCal
Posts: 184
error_reporting(E_ALL); will work However, that will only show you parsing errors or using variables that are not set, and things like that. It will not show you logic errors -- that you need to debug yourself, usually by outputting variables in your script. I recommend using http://www.php.net/var_dump
__________________
If you put instant coffee in the microwave, do you go back in time?



DatingGold Rocks!
montythestrange is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote