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 trialMichael Moba
9,878 PointsThis entire section is considered a comment block because of the special characters surrounding it. It can span mu
___________________This entire section is considered a comment block because of the special characters surrounding it.
It can span multiple lines and contain variable or other code which will NOT be processed. ______________
I need help Can someone help me
3 Answers
Advaith Thachat
831 PointsHi Michael Moba,
This is an pretty easy Question, but it does confuse everyone. You just need to comment out the passage.
Like this,
/* This entire section is considered.....which will NOT be processed */
Hope you passed it! Let me know ;-)! Happy Coding!!!
Jonathan Grieve
Treehouse Moderator 91,253 PointsThis quiz question is referring to comment blocks. It's assuming that the statement will be surrounded by multiline comments for which the syntax in PHP is.
/* text */
Good luck :)
Glenré Charl Labuschagné
23,204 PointsHi Advaith, Thanks for clearing that up. Totally got me. Perhaps the question should be restated in the Quiz: Please insert the surrounding tags needed to make the entire section a comment block.