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

Digital Literacy Computer Basics Computer Languages Programming Paradigms - Part 3

COMPUTER BASICS SECTION WILL NOT LOAD!! After 30 minutes of typing "Hello YOUR NAME" and then seeing a spinning circle..

...then refreshing to only be sent back to first step. I would then try hitting a green arrow in the upper right to click on continue with that only work twice. So what and or how do you do and or finish this section? Thanks.

example.php
<?php echo ' '; ?>

1 Answer

Steven Parker
Steven Parker
229,783 Points

Sometimes if you do something completely unanticipated, the challenge checker will crash.

Did you put the text in between the quotes? So it looks something like this:

<?php echo 'Hello YOUR NAME'; ?>