Wednesday, December 26, 2012
PHP script to print Hello World
BASIC SYNTAX
·
PHP scripting block always starts with <?php and
ends with ?>
·
A PHP scripting block can be placed anywhere in
the document.
· A PHP file normally contains HTML tags, just
like an HTML file, and some PHP scripting code.
·
Each code line in PHP must end with a semicolon.
·
The file must have a .php extension.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment