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 ?

Flowchart Symbols & examples

Write a PHP program to check student grades based on marks