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

Kirill Malikov
Kirill Malikov
8,301 Points

Hey, i try to get extra points for this challenge. I have a right answer, but i still can't get this points. Thank you.

Hey, i tried <p>Today is <?php echo date('l, F d, Y'); ?>.</p> and <p><?php echo date('l, F d, Y'); ?>.</p> but still can't get this points.

P.S. This is challenge quest for extra points Extra Credit

Complete the previous code challenge again, but this time add a paragraph below the headline that displays the current date in a format like this:

Today is Wednesday, October 21, 2015.

Thank you for any answer

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

2 Answers

William Li
PLUS
William Li
Courses Plus Student 26,868 Points

Hi, Kirill Malikov , is this the extra point you're talking about? Imgur

This is Extra Credit problem, it isn't part of any Code Challenge, it's just some additional problems you can practice on your own, you won't be awarded extra point for completing it, but feel free to post your Extra credit solution here on the forum for discussion.

Hope that helps.

Kirill Malikov
Kirill Malikov
8,301 Points

Hey, oh, now i get it+) Thank you!