a:
b:
'; print_r($_GET); echo ''; echo 'pole prostokÄ…ta wynosi: '.pole($_GET['a'], $_GET['b']) ; } function pole($a, $b){ $p=$a*$b; return $p; } ?>