Tuesday, January 19, 2010

variables


<?php
$f='welcome';
$s='to';
$t='PHP';
$ff='CLI';
echo "$f $s $t $ff \n";
?>

http://www.php.net/manual/en/language.variables.php