Danny74 Posted October 30, 2009 Posted October 30, 2009 I'd like to hide some code, but I don't want to remove it. Something with "/" I think, but not working.
GemRock Posted October 30, 2009 Posted October 30, 2009 hide one line: // hide a block of code: /* code block to hide /* commercial support - unProtected channel, not to be confused with the forum with same name - open to everyone who need some professional help: either PM/email me, or go to my website (URL can be found in my profile). over 20 years of computer programming experience.
Jan Zonjee Posted October 30, 2009 Posted October 30, 2009 I'd like to hide some code, but I don't want to remove it. Something with "/" I think, but not working. http://www.php.net/manual/en/language.basic-syntax.comments.php
MrPhil Posted October 30, 2009 Posted October 30, 2009 hide one line: // hide a block of code: /* code block to hide /* Wrong closing (end of) block: it should be */ Note that you cannot embed comment blocks within comment blocks: /* code /* existing comment */ code */. It won't work.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.