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
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