Php program to print “Hello World” using echo

 

Php program to print “Hello World” using echo



<?php

 echo 'Hello, World!’;

 ?>


Output

Hello, World!


For Lecture videos on Computer Science Please follow my YOUTUBE channel 


Comments

Popular posts from this blog

ALGORITHM