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

Lucas Krause
Lucas Krause
19,924 Points

Can't finish Code Challenge

Is it just me or does someone else always get the message "I cannot see your 'if' statement." when doing Task 2?

My code:

<?php
$name='Mike';
if($name==='Mike'){

}
?>

3 Answers

Unfortunately, this code-challenge is bugged at the moment. Treehouse staff are aware of the issue and are working to resolve it.

Danny Nicolas
Danny Nicolas
3,762 Points

Hi - not sure if you want me to create a new thread for this, but the If Challenge for Ruby has the same issue teamtreehouse.com/library/if-challenge

edit - i read wrong, it is having a different issue - i'll post elsewhere.

I just checked it and it passes fine for me.

You may want to create a new thread for that then and post the code you're trying so you can get help with it.