Ver Mensaje Individual
  #8 (permalink)  
Antiguo 14/07/2003, 11:39
Avatar de Manoloweb
Manoloweb
 
Fecha de Ingreso: enero-2002
Ubicación: Monterrey
Mensajes: 2.454
Antigüedad: 22 años, 2 meses
Puntos: 5
Código PHP:
while ($data pg_fetch_object ($result$row)){        printf("<tr><td width='75'>&nbsp;%s</td><td width='75'>&nbsp;%s</td><td width='75'>&nbsp;%s</td><td width='175'>&nbsp;%s&nbsp;</td></tr>"$data->num_facturadate("d-m-Y",strtotime($data->fec_factura)), $data->val_facturadate("d-m-Y",strtotime($data->fec_vencimi));  $nom $data->nombres;         $ape $data->ap_paterno;         $val $data->val_factura   " ";         $sum $sum $val;         $row++;         if ($row==$nr){         break;        }      } 
__________________
Manoloweb