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.
<?php
echo “Kaushal Patel”
?>
Be careful that each PHP code must end with a semicolon.
No comments:
Post a Comment