Ver Mensaje Individual
  #7 (permalink)  
Antiguo 02/07/2007, 16:00
Avatar de TolerantX
TolerantX
 
Fecha de Ingreso: marzo-2006
Ubicación: Guadalajara, México.
Mensajes: 408
Antigüedad: 18 años, 1 mes
Puntos: 10
Re: consultas simultaneas

Cual te funciona y cual no?

Pues has el extract

Código PHP:
$result1 mysql_query ("SELECT .....") or die (mysql_error());
$result2 mysql_query ("SELECT .....") or die (mysql_error());
$fila_result2 mysql_fetch_assoc($result2);

echo 
'<table>';

while (
$rows mysql_fetch_array ($result1)) {

echo 
'<tr>';
echo 
'<td>'.$rows[$contador].'</td>';
echo 
'<td>'.$fila_result2[$contador2].'</td>';
echo 
'</tr>';
mysql_fetch_assoc($result2));
}        

echo 
'</table>'
__________________
TolerantX
http://tolerantx.com
Linux User #385226