Código PHP:
Ver original
<form method="POST" action="max.php"> <input type="text" name="id" value="0"><br> <input type="text" name="fe" value="0"><br> <input type="submit" name ="submit" value="enviar"> </form> <? $a=$_POST["id"]; $b=$_POST["fe"]; foreach($numero as $resultado){ } echo "<h2> mas grande es : $resultado </h2>"; ?>
Saludos a todos
fede