Thursday, December 28, 2017

anil

How to Print Hello World Program in PHP ?

In PHP it is very easy to print "Hello World" program. "Hello World." is the first program from where most of the beginner developers will start to write code in any language. Here is an example of how to print "Hello World!!" in PHP.


Print "Hello World" Program :-

In PHP we use echo to print a string and we always write the PHP code between <?php ?>  tag. Below are the example of print simple Hello World.

<?php

echo "Hello World!!";

?>

Output :-

Hello World!!

Check video :-




About Author -

Hi, I am Anil.

Welcome to my eponymous blog! I am passionate about web programming. Here you will find a huge information on web development, web design, PHP, Python, Digital Marketing and Latest technology.

Subscribe to this Blog via Email :

Note: Only a member of this blog may post a comment.