Program to print a string using echo variable

 

Program to print a string using echo variable



<?php

$message = "Welcome to the PHP World";

 echo $message;

?>



Output

Welcome to the PHP World

Comments

Popular posts from this blog

What is Computer science course ?

ALGORITHM