...I don't know how to run my PHP scripts! I open the PHP Command line (I'm installing PHP4--was having way too many issues with installing PHP 5).
I've got a Windows 2k Pro machine, using Apache Server. The Apache is working--I can type in: "http://localhost" and I can get my Apache server working just fine. But whenever I try my "test.php" file, I get: "HTTP 400 - Bad Request". I opened up the PHP command line program (which I have no idea whether you even use it or not--it's just a black screen of nothing), and tried to run a PHP file again and got nothing.
Here's what I have in my php.ini file:
doc_root = "C:\Program Files\Apache Group\Apache\htdocs\"
This is the folder where I have placed my "test.php" file. Is this correct? This is the folder where the Apache HTML documents are located (the HTML documents you see when you type in: http://localhost).
Per the Instructions I'm reading (on installing PHP4), I am supposed to: "Set the doc_root to point to the Web servers' document root, that is, the outside visible root directory of the server."
So does anyone know what I'm doing wrong here? The PHP isn't indicating any errors; it's just not doing anything.
Thanks in advance!