sangkrit

PHP: Comment


The next important thing for beginners ist PHP comment. We can write comments in the following three ways:
/* multi-line comment

  • multi-line comment
  • multi-line comment

*/

// single line comment

#single line comment can be given like this also

(Related Tutorials)


1 comment to PHP: Comment

Leave a Reply