Php program to print “Hello PHP” using variable

 

Php program to print “Hello PHP” using variable



<?php

$message = "Hello PHP";

 echo $message;

?>



Output


Hello PHP

Comments

Popular posts from this blog

ALGORITHM