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 Basic PHP Website (2018) Adding a Basic Form Redirecting After a Form Submission

Where does PHP need to be installed for it to work?

At the beginning of the video Alena mentions PHP needs to be installed locally to run. When I think of local, I think of the computer I am using?

Does she mean on the computer we are using? Or on the server?

Please clarify. Thanks!

1 Answer

Christoffer Bergenstråhle
Christoffer Bergenstråhle
5,706 Points

Yes it means you have to install a server on your computer. There are different ways to do this but personally I use Wamp and it works just fine for me.

Go to http://www.wampserver.com/en/ and download it from there. Look up youtube videos on how to install and use if you are unsure.

Thanks Christoffer Bergenstråhle . I currently use Xampp. When I think of a server, I think of something hosting online separately by a 3rd party. I am assuming instructor means the software needs to be installed on the online server?