![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
26/07/2004, 09:05
|
![Avatar de fermar21](http://static.forosdelweb.com/customavatars/avatar59789_1.gif) | | | Fecha de Ingreso: marzo-2004 Ubicación: San Nicolas - Bs. As.
Mensajes: 294
Antigüedad: 20 años, 10 meses Puntos: 0 | |
Podes hacer:
$result=mysql_db_query("base_de_datos","select from tabla1....");
$result2=mysql_db_query("base_de_datos","select from tabla2....");
y despues las extraes con
$row=mysql_fetch_array($result);
$row1=mysql_fetch_array($result2);
Espero te sirva
Saludos
__________________ Fernando Marinzulich Programador Web (PHP/MySQL/Jquery) |