May 23rd, 2008
PHP BASIC CODING
Here are some of the basic things to be in mind while coding your dynamic web pages using PHP.
I. PHP basic syntax
PHP is a script that is place inside a HTML document that’s why you need to put the basic codes of HTML such as and .
PHP is open with the (?)question mark followed by “PHP” and closed with a (?) question mark.
II. Displaying in PHP
In order to display a text in PHP you need to use the keyword ECHO or PRINT. all code line ends with a semicolon.
To be continued…

image source: www.23hq.com
