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 Build a Simple PHP Application Getting Started with PHP Install PHP on Mac OS X

A PHP request or Team Treehouse

Hey, guys! Would you consider doing a project that involves using the built-in web server that comes with the latest version of PHP? Thanks!

1 Answer

I would stick with the big guns if I'm honest. Apache is obviously the most appropriate for PHP as they go hand-in-hand very well. Or you also have IIS or nginx to consider, amongst other's

I found this on the PHP documentation regarding the built in server: "This web server was designed to aid application development. It may also be useful for testing purposes or for application demonstrations that are run in controlled environments. It is not intended to be a full-featured web server. It should not be used on a public network."

I think that kind of sum's it up pretty well :-)

That's good to know. Thanks, David!