Comments Tutorial in PHP

 <?php

$x = "Hello World"; //this is single line comment
#this is also a single line comment
echo $x;

/*$y = "Everyone";
echo $y;*/
?>




Comments

Popular posts from this blog

GROUP BY Clause and HAVING Clause in PHP

Method Overriding in Traits in PHP

Mysqli database Connection and Display Table Data from Database