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 PHP Basics PHP on the Web Including PHP

I can't resolve this challenge for some reason please helphttps://teamtreehouse.com/library/php-basics-2/php-on-the-web/

I have the front end screen which seems good, but I spent, days and I let it drop, is the only challenge that is missing for that training

index.php
<html>
<head>
<title>A Few of My Favorite Things</title>
</head>
<body>
<h1>A Few of My Favorite Things</h1>

</body>
</html>

2 Answers

Thank you very much indeed It past I try to click best answer, it doesn't

Kieran Barker
Kieran Barker
15,028 Points

All you need to do is add the following under the <h1> tag:

<?php include 'inc/favorites.php'; ?>

I recommend you read up on this here so you don't get caught out again in the future. I hope this helps!