![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
22/12/2006, 13:23
|
![Avatar de nicolaspar](http://static.forosdelweb.com/customavatars/avatar80283_16.gif) | | | Fecha de Ingreso: noviembre-2004 Ubicación: Villa Ballester Bs-As|Ar
Mensajes: 2.002
Antigüedad: 20 años, 2 meses Puntos: 34 | |
Re: Insert desde PHP hacia tres tablas mysql Y hacer esto no te sirve?:
$dato1 = $_POST["dato1"];
$dato2 = $_POST["dato2"];
$dato3 = $_POST["dato3"];
mysql_query("insert into table1 (campo) values ('$dato1') ");
mysql_query("insert into table2 (campo) values ('$dato2') ");
mysql_query("insert into table3 (campo) values ('$dato3') "); |