Test PHP
Restart apache.
-Start Menu ::
Start->Programs->Apache HTTP Server 2.0.55->Control Apache Server->Restart
-Command shell :: apache -k restart -n "apacheretry
Lets go ahead and test php with a simple line.
Open Notepad by clicking 'Start' -> 'Run' then typing 'notepad'
Example script in new window.
Save the file under 'c:\web\test.php'
Open your browser and type this at the location box
'http://localhost/test.php' or 'http://localhost:8080/test.php'
That sample script displays the date