Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP

Bhavin Prajapati
Bhavin Prajapati
3,682 Points

Starting PHP OOP - Do I need my own website?

I noticed that Hampton was using a text editor and a separate domain instead of the work spaces. Do I have to set up something similar or is there anything else I can do to replicate it?

2 Answers

Neil Docherty
Neil Docherty
10,418 Points

PHP is a server-side language. You therefore need a server to run it.

Thankfully you don't need to pay for hosting. You can set up a local server on your own computer.

Use MAMP for Mac

Use WAMP for Windows

Bhavin Prajapati
Bhavin Prajapati
3,682 Points

Thanks so much! I'll get right to it and install WAMP for now! :) What's the Linux version called if you know?

Neil Docherty
Neil Docherty
10,418 Points

LAMP! Nice and easy naming system. :)

MAMP : Mac-Apache-MySQL-PHP WAMP : Windows-Apache-MySQL-PHP LAMP : Linux-Apache-MySQL-PHP