"; $num = $_GET["number"]; $result = $num * 10; echo "10 times $num is $result"; echo "
How about that!?!"; ?>