php | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 5

php

Fill in the blank to make the text a comment: _This is a comment echo 'This is a test';

25th Nov 2016, 9:41 AM
Awaluddin
Awaluddin - avatar
4 Answers
+ 3
In PHP code, a comment is a line that is not executed as part of the program. You can use comments to communicate to others so they understand what you're doing, or as a reminder to yourself of what you did. A single-line comment starts with // Multi-line comments are used for composing comments that take more than a single line. A multi-line comment begins with /* and ends with */.
25th Nov 2016, 10:29 AM
Baraa AB
Baraa AB - avatar
0
26th Apr 2021, 12:51 PM
koshila
0
/*,*/
17th Jun 2021, 4:29 AM
Ch vivek
0
//
4th Apr 2022, 4:17 PM
Hanifi Asgin