Hi,
I am new to PHP so bear with me.
I want to activate Error_reporting so that I can debug my scripts. I have tried modifying the php.ini, and restarted the server, but could not make it work.
I also tried to use error_reporting(E_ALL), but no results.
Am using windows XP, PHP4 and Apache Server.
Cheema