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 (Retired) PHP Conditionals & Loops Conditionals Challenge

Tom Hung
Tom Hung
7,824 Points

How come it isn't accepting my IF statement??

All it's asking is an IF statement to check if $name is equal to Mike. The editor keeps saying that it can't see my IF statement. What else does it want?

<?php

$name = "Mike";

if( $name == 'Mike' ){ }

?>

1 Answer

Alex Heil
Alex Heil
53,547 Points

hey Tom Hung , your code is absolutely fine ;)

unfortunately there's currently a problem with this particular code challenge - so no matter what you enter in task 2 it won't pass. the bug was already reported so we might see a fix for this soon, for now just skip the challenge and keep enjoying learning.