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 trialJack Ferguson
1,018 PointsOpened file displays code as text rather than the webpage
I am using chrome and sublime text 2. When I go to file/htdocs/index.php and click to open the webpage it instead opens a text version of the code in index.php
1 Answer
Grace Kelly
33,990 PointsHi, Jack do you have your server running e.g XAMPP or MAMP?? You need to have your server running before you can view any php files, if you do, please post your code here so we can try and see what the issue is :)
Attila Vago
Courses Plus Student 15,286 PointsAttila Vago
Courses Plus Student 15,286 PointsAs a file it will never run in your browser as a webpage. It needs to run on a server so your url needs to start like this: localhost:maybe_a_port_number_here/index.php So, start your MAMP or Windows equivalent first and then try to view stuff.