![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
19/08/2008, 12:31
|
![Avatar de ..::MaRcOs::..](http://static.forosdelweb.com/customavatars/avatar160721_6.gif) | | | Fecha de Ingreso: diciembre-2006
Mensajes: 328
Antigüedad: 18 años, 2 meses Puntos: 3 | |
Respuesta: Formularios con php y mysql te hace falta por q solo tienes el formulario y la conexion a la db
agrega el insert
mysql_query("INSERT INTO usuarios (rut, nombre)
VALUES ('$_POST[rut]' , '$_POST[nombre]')"); |