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

Logical_Operators

SubQuery with EXISTS and NOT EXISTS in PHP

Get Functions