Thursday, July 7, 2011

Writing your first php page

So you want to know how to create web pages with PHP.
But first, you must already familiar about HTML language. I will not discuss about HTML in this paper. Readers are advised to learn about this through a lot of material available in books or the internet.

Escaping from HTML
Lets have a look at some of the following lines:

<?php
echo "this is my php enabled page";
?>

You are looking at a very simple line of PHP code I'll explain in the next lesson

No comments:

Post a Comment