Wednesday, 23 December 2015

First script of php

HERE IS THE FIRST TUTORIAL OF PHP


In this tutorial we will try to understand how to print any output in PHP

<?php

echo "hello world";

?>


 write code in note pad and save it with extention of ".php"
 now your file is ready. but for using it you need to a host.
which i will tell you in introduction section.

No comments:

Post a Comment