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 trialPepe Suarez
18,267 PointsFor some reason i cant get this right
I am trying to solve this challenge and im doing exactly the instructions but i cant get the final step right,
Pepe Suarez
18,267 Points$name='Mike'
if($name =='Mike'){
echo "Hi,I am Mike"
}
missgeekbunny
37,033 PointsCheck your semi colons. Your computer likes them.
1 Answer
missgeekbunny
37,033 PointsIt is hard to tell what's going on without seeing any code. The only tips I have is make sure you are using semi colons and the echo command.
Jeff Busch
19,287 PointsJeff Busch
19,287 PointsPlease show use some code.