
08/11/2006, 12:26
|
 | $this->role('moderador'); | | Fecha de Ingreso: mayo-2006 Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 9 meses Puntos: 2135 | |
Código:
<form action="pagina1.php" method="post">
<input type="submit" value="Agregar" name="agrega">
</form>
<form action="pagina2.php" method="post">
<input type="submit" value="Modificar" name="modifica">
</form>
|