Variables Tutorial PHP

 <?php

$name = "Hello World<br>";
echo $name;
echo $name;
echo $name;
echo "<h1>".$name."</h1>";
echo "Hello How are you : " . $name;
$num = 2369;
echo $num;
?>



Comments

Popular posts from this blog

Logical_Operators

SubQuery with EXISTS and NOT EXISTS in PHP

Get Functions