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 trialKelly 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.