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 Build a Simple PHP Application Getting Started with PHP Your First PHP File

Unable to get the extra credits

I am unable the win the extra credits. Are there a special condition to get it?

<!DOCTYPE html> <html> <body> <h1><?php echo 'Shirts 4 Mike'; ?></h1> <p>Today is <?php echo Date('l, F d, Y'); ?>.</p> </body> </html>

2 Answers

The extra credits are not Treehouse points. It is like a personal exercise that could count as extra credits of personal achievement but you won't get graded on it or get points for it at Treehouse. I hope this helps clear somethings out.

P.S - I am not sure what question this code solves but if you are having troubles with it, you can post a question with your code and what the extra credit assignment asks for so others can help.

Gloria thank you for the rapid answer.

You are welcome