Ver Mensaje Individual
  #3 (permalink)  
Antiguo 23/06/2012, 11:02
mir_martin9
 
Fecha de Ingreso: septiembre-2010
Mensajes: 82
Antigüedad: 13 años, 7 meses
Puntos: 0
Respuesta: Ejercicio con un unico boton

eso seria en index.php?

yo lo hize asi

<html>

<head>

</head>

<body>
<div align="center">
<br><br><br><br><br><br><br><br><br><br><br><br>
<form name="frmemple" action="procesar.php" method="post">
<input type="submit" value="Procesar">
</form>
</div>
</body>
</html>


pero despues nose como arrancar a programar el procesar.php porke lo ke ponga no me lo muestra.