Now we are going to learn on how to start writing programming in PHP. All programming has the concept of syntax for its structure and it commands. Lets have small look on how a php programming starts.
<?php
?>
Programs written within this scripting block considered as php programming.
<?php
echo "Hello Php Programmers";
?>
This program gives the results of below display on the browser.
Hello Php Programmers
Basics of PHP Programming
Subscribe to:
Post Comments (Atom)
மறுமொழிகள்
0 comments to "Basics of PHP Programming"
Post a Comment