

echo "Hia, ".$name.". Very nice to see you today on ".date("d/m/Y");
$name = "phat cat";
echo "the variable \$name has a value $name";
the variable $name has a value phat cat
mch said:He doesn't even say what scripting language he's using. We need more info, Phat-Cat!




