Stanislav
0
Q:

how to create comments in php

//For a single line comment use //:
//this is a comment too
//for multi-line comments use /* and */:
/* <--start of multi-line comment
this is a comment

this is a comment too (end of multi-line comment)-->*/
3

Answer: Use the Syntax "// text" (single line) and "/* text */"
(multi-line)
0
// single line comment
/* multi line comment
hello
*/
0

New to Communities?

Join the community