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

Konrad Pilch
Konrad Pilch
2,435 Points

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

for what part? i know some of the downloaded code with the cleaning up the url stuff is a video behind.

2 Answers

How are you getting on with this? Have you got it up and running?

Konrad Pilch
Konrad Pilch
2,435 Points

It goes blank when i launch it on mamp but it was ok before with tuts before.

Hmm.. 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?