martedì 13 settembre 2011

ORDINE_3.PHP

<html>
<head>
<title>ordinamento di 3 numeri</title>
</head>
<body>
<h1><center>ordine ascendente dei tre numeri</center></h1>
<p>
<?php
//iniziazione delle variabili
$prinum=$_POST['prinum'];
$secnum=$_POST['secnum'];
$ternum=$_POST['ternum'];
echo "$prinum - $secnum - $ternum";
?>
</body>
</html>

Nessun commento:

Posta un commento