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

Navdeep Sekhon
Navdeep Sekhon
1,616 Points

How to practise PHP on my mac os local machine? please guide me which programs to install for this

Hello Guys I am new to PHP (back end langugae) before this i did basic HTML, CSS. Now I want to practise PHP coding on my local machine Mac OS but I have no idea as i am very new to server scripting language. Plz guide me through this. Thanks

2 Answers

MAMP is probably your easiest option. It will install PHP as well as Apache/Nginx (two solutions for the same problem), MySQL so you can play with a database, and a few other goodies.

MAMP

Navdeep Sekhon
Navdeep Sekhon
1,616 Points

Thanks Corey appreacited