Tuesday, 26 January 2016

Hello world program in php | Php beginners tutorial

Hello guys in this post i am going to share with you video tutorial of Hello world program in php as well as Hello world Php program source code.

Video tutorial of  Hello world program in php :




 Hello world php program source code :



 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
<!DOCTYPE html>
<html>
<body>

<h1>My first PHP page</h1>

<?php
echo "Hello World!";
?>

</body>
</html> 


 
No comments :

No comments :

Post a Comment