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

Is There Any Free Way To Run PHP Code?

I want to be able to use templates from wordpress.com, or at least see what they look like. Anyway, if there isn't a free way to run PHP code I was thinking about starting a membership with joomla.com in order to view that type of code. Is it worth the money though?

4 Answers

There are numerous packages you can download that'll install a PHP server locally on your machine for free. I recommend MAMP for Mac users or XAMPP for Windows users. However, not coming from a Wordpress background, I'm not sure if these'll do the trick for you. Feel free to try, though, as these are tried-and-true ways of executing PHP on your computer for free

You bet you can run PHP code for free on your own computer. I'll echo everything Michael Hulet and confirm that both MAMP and XAMPP will run a fully functioning Wordpress environment without issue. I do it almost every day, and those two programs are the two I've chosen to use whether I'm on my Mac or work's Window's 7 computer.

MAMP works great on my MBP. I love it. its free too. go check it out Nathan

In my personal opinion XAMPP is a good option to run PHP proyects, but I highly recommed you to use WAMP Server, for me it is a better option.