Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Kelly Ferrell
2,561 Pointsphp code is showing on the web page
The contact and index file displays php code. The files index are all saved with the .php extention. What am I doing wrong?
3 Answers

chrisp
13,686 PointsDid you save it in the right location in the web server with proper package PHP installation and configuration? To preview it you might need to go through server address or localhost from your web browser.

Kelly Ferrell
2,561 PointsThanks. Didn't think about going through my local host and typing in the file location. Thanks

chrisp
13,686 PointsNP. Good luck :).

Kelly Ferrell
2,561 PointsThanks for your help it worked.