[web] Has Anyone Setup PHP and Apache on their PC?

Started by
9 comments, last by Drew_Benton 18 years, 4 months ago
That should be:
<html><body><?php echo 'Hello World'; ?></body></html>


And it should work out of the box, I just downloaded this to see how it went, and after changing the passwords and stuff, it works great, php and all. Your files go in the 'htdocs' folder. So make a new folder inside that folder and move all that old stuff into the new folder. Then back to the htdocs, make a index.php file with the above code and when you go to http://localhost, you should see it work.

This topic is closed to new replies.

Advertisement