Basics of PHP Programming

0 comments

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

மறுமொழிகள்

0 comments to "Basics of PHP Programming"

 

Copyright 2008 All Rights Reserved LIMATION TECHNOLOGIES