".$test."";
$test2=1;
$last= $test1 + $test2;
echo "The variable last is equal to: ".$last." ";
echo "Bye Bye !!";
?>
";
echo "Your age is: " . $_POST["age"];
?>
";
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;
}
?>