Php Variables

L2-Php Variables

Php Variables are one the easiest way to define.

You do n’t have to write int or string before it .you can just take a
variable and use it

E.g

<?

$a="India"

echo $a;

?>

This will output “India”

<?

$a="12345"

echo $a;

This will output “12345″

?>

This entry was posted on Saturday, August 22nd, 2009 at 3:09 am and is filed under Php-Tutorials. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Post a Comment