Hi,
I have fiddled with PHP some time ago, and recently I wanted to pick it up again. I remember from before getting all the errormessages right in there with the HTML so I could see them on screen. But now since I've set up my computer for PHP again, they aren't there. I tried putting this at the top of my PHP file:
error_reporting('E_ALL');
ini_set('display_errors',1);
... to no avail. My Q: how do I get to see the errormessages in my HTML output? Debugging is a drag like this, me being an experimental newbie.
My setup: w2k, apache 2.0.45, php 4.3.1
TIA!