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 trialKonrad Pilch
2,435 PointsEnhancing simple PHP applicaiton
HI, When i downolad the code, the last part , it doesnt work. Not even the beggining of it. I believe theres some outdated code?
I did the first part now i want to do the second part and i want to check out the code my self so that why i want to downolad. Its not working.
Konrad Pilch
2,435 Pointseverything
2 Answers
thomascawthorn
22,986 PointsHow are you getting on with this? Have you got it up and running?
Konrad Pilch
2,435 PointsIt goes blank when i launch it on mamp but it was ok before with tuts before.
thomascawthorn
22,986 PointsHmm.. have you got error messages turned on?
Throw this at the very top of the very first php script:
<?php
error_reporting(-1);
ini_set('display_errors', 'On');
What errors are you getting back?
shawn stokes
5,651 Pointsshawn stokes
5,651 Pointsfor what part? i know some of the downloaded code with the cleaning up the url stuff is a video behind.