Follow along with the class tonight: Download hello-world.zip.
Using MAMP
MAMP is a Server-in-a-box. Basically, it turns your computer into a local web server. To use MAMP:
- Launch MAMP.
- Start the Servers. Wait until the dots are green.
- Visit http://localhost:8888/ in your browser. This is your web root. It can only be viewed on your computer.
- Place PHP programs in
Applications/MAMP/htdocs/.
