You are here

Pas de variables

Crear una pàgiana HTML i posar-hi un form per apuntar el valor de les variables.

<form action="accio.php" method="POST">
 Posa el Nom:
   <input type="text" name="nom" />
 Posa la edat:
 <input type="text" name="edat" />
 <input type="Submit">
</form>

Crear una pàgina accio.php que recull i presenta el valor de les variables.

Hola <?php echo $_POST["nom"]; ?>.
Tens <?php echo $_POST["edat"]; ?> anys

Permisos: 

Theme by Danetsoft and Danang Probo Sayekti inspired by Maksimer