Ahora mismo tengo el siguiente código en "2.php":
Código:
<html>
<head>
<title>Mostrar edad</title>
</head>
<body>
<?php
$edad = $_POST["edad"];
echo "Tu edad: ". $edad;
?>
</body>
</html>
Pero al abrirlo en el navegador no me muestra nada.
![:-S](http://static.forosdelweb.com/fdwtheme/images/smilies/crap.png)
¿Será problema del XAMPP? (aunque ayer me funcionaba bien)