Tuesday, February 17, 2009

PHP Syntax

  Kaushal Patel       Tuesday, February 17, 2009
A PHP Scripting block (PHP Syntax starts with <?php and ends with ?>. As described in HTML and PHP Integration post you can declare the php code in many ways. Below is the Example.

<?php
echo “Kaushal Patel”
?>

Be careful that each PHP code must end with a semicolon.
logoblog

Thanks for reading PHP Syntax

Previous
« Prev Post

No comments:

Post a Comment