Variables in php
By admin | November 28, 2007
What does php stands for ??
PHP = presyntax hyper processor
so the string presyntax hyper processor is stored in the varible PHP
In php you can also store big calculations or strings or anything in a variable
In php variable prefix is $
so a simple variable program will look like this
<?php
$easy = “http://www.easytutorial.info”;
echo ‘For web designing tutorial go to <a href=”‘.$easy.'”>Easy tutorials’;
?>
Thanks
krates
Topics: PHP | Comments Off on Variables in php
Related Links: