![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
03/07/2007, 14:48
|
![Avatar de rimobi](http://static.forosdelweb.com/customavatars/avatar188131_1.gif) | | | Fecha de Ingreso: julio-2007
Mensajes: 84
Antigüedad: 17 años, 7 meses Puntos: 1 | |
Re: Guardar Variables en PHP he conseguido este codigo no mas...
<form name="form" action="index.php" method="post">
<input type="hidden" name="accion" value="publicar">
<input type="text" name="nombre">
<input type="text" name="email">
<input type="text" name="url">
<textarea rows="10" cols="35" name="opinion"></textarea>
<input type="submit" value="guardar">
</form> |