Okay, here goes:
I'm running Windows XP Professional. I want to have a local Apache server running PHP so I can test my scripts (my main server has no error checking; so I need to be able to test my scripts on my own computer to get the error messages).
I got it installed as a module according to the instructions (I would have installed it as a CGI service, but my computer is REALLY slow as it is, and I didn't want to risk it).
According to Apache, PHP is fully running (it says "PHP 4.3.x active" or whatever); but when I try running a PHP script, I get a blank page (no HTML at all).
What's the problem?