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

This 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
Advaith Thachat
831 Points

Hi 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
MOD
Jonathan Grieve
Treehouse Moderator 91,253 Points

This 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é
Glenré Charl Labuschagné
23,204 Points

Hi 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.