How to see errors with PHP?

LearningJunkie

New member
To debug some PHP code I would like to see what errors are occurring.

I went to the php.ini file and changed
display_errors = Off to display_errors = On.
and
display_startup_errors = Off to display_startup_errors = On.

I still am seeing just a blank page though.

I am running MAMP w/ a Mac iBook G4 and using Safari.

How can I see my errors?

Thank you!
 
Back
Top