Ver Mensaje Individual
  #3 (permalink)  
Antiguo 09/06/2011, 13:19
Avatar de lobo_php
lobo_php
 
Fecha de Ingreso: noviembre-2007
Ubicación: Cali-Colombia
Mensajes: 1.869
Antigüedad: 16 años, 5 meses
Puntos: 75
Respuesta: DOMPDF Problema con While

además de eso para que haces dos veces el mysql_fetch_assoc??

Código PHP:
$R_2 mysql_query($query_R_2$conexion) or die(mysql_error());
$row_R_2 mysql_fetch_assoc($R_2);
$totalRows_R_2 mysql_num_rows($R_2); 
y luego

Código PHP:
<table width="100%" border="0" cellspacing="0" cellpadding="0">;

while (
$row_R_2 mysql_fetch_assoc($R_2)
{
$html .= 
__________________
Cabuntu.org - Difundiendo Software Libre en Cali, Colombia
Usuario Linux # 483175