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 Date Function

Jorge Cid
Jorge Cid
1,300 Points

I ve gotten 5 different solutions for this exercise AND they ALL work, its not giving the right hints to get the answer.

I ve tried in other places the answer and ive got at least 5 different answer, but it seems im not getting the right one somehow, the hints are not really helping like at all

index.php
<?php
echo 'Today is ';
//Place your code below this comment
echo date('F d\, Y');
?>

1 Answer

Steven Parker
Steven Parker
229,644 Points

You've almost got it. Try leaving off the backslash.

Jorge Cid
Jorge Cid
1,300 Points

Dude thanks! cant believe i got stucked with a backslash that wasnt actually even needed

Steven Parker
Steven Parker
229,644 Points

Jorge Cid — Glad to help. You can mark a question solved by choosing a "best answer".
And happy coding!