Tuesday, 25 November 2014

My First PHP Programme

Structure of the Problem Requirements 

In programme we will implemented our first php tutorial. This is very somple web page in which there is only one statement of Php is being used. Title is given in html code and only one statement is added and this statement written in Php coding style.Here is the source code of programme which help you in better understanding.

SOURCE CODE


<html>
<title> My PHP </title>
<body>
<?php echo "My First PHP Programme \n"; ?>
</body>

</html>

My First Php Programme
Php Web Page


  

Share it Please
asad

About Author!

Asad Niazi is Software Engineer , Programmer, Web Developers and a young mentor of Tech Solutions Desk and Blogging Solutions . Asad Love to writes about Technology, Programming, Blogging and make money online.

0 comments:

Post a Comment