PHP comments are usually preceded by double slashes : Comments : Language Basics PHP Source Code


PHP Source Code » Language Basics » Comments »

 

PHP comments are usually preceded by double slashes



<?
// this is a comment in PHP code
echo "This is not a comment."
?>

           
       



HTML code for linking to this page:

    PHP Function Reference -> Users Code Examples / Notes - > Comments:
  • Comments
Follow Navioo On Twitter

PHP Source Code

 Navioo Language Basics
» Comments