> Perhaps you can try a pre-configured package like WAMP or XAMP (google them).
Ok, I installed WAMP and got it to work. I'm having one problem now: When I load a web page with the following code: <html> <body> <?php print "Got here"; ?> </body> </html> I see "Got here" on my screen. When I load a web page with this code: <html> <body> <?php print "Got here"; $username="anything" $password="else"; ?> </body> </html> I got a blank page, and yes, obviously that isn't my username or password.
