".$test."

"; $test2=1; $last= $test1 + $test2; echo "The variable last is equal to: ".$last."
"; echo "Bye Bye !!"; ?>

Name:

Age:

"; echo "Your age is: " . $_POST["age"]; ?>

Give me what you want to see:

How many times:



Products Action

"; return "Purchase of" . $product ; } function cost($product) { return "$product at a cost of $2.2/kilo " ; } function cancelation($product) { return "Calcelation of the purchase for the" . $product; } ?>