Ver Mensaje Individual
  #8 (permalink)  
Antiguo 20/12/2005, 13:39
Avatar de Quest
Quest
 
Fecha de Ingreso: diciembre-2002
Ubicación: Santiago
Mensajes: 129
Antigüedad: 21 años, 4 meses
Puntos: 2
Código PHP:
$cuerpo.= "<table cellpadding='2' cellspacing='2'> 
<tr>
  <td> CANTIDad</td> 
  <td>UNIDades</td> 
  <td>DESCargas</td>
</tr>"
;

$arr_tot = array(count($cant),count($unid),count($desc));
rsort($arr_tot);
reset($arr_tot);
for (
$i=0$i $arr_tot[0]; $i++) {
    
$cuerpo.="<tr><td>$cant[$i]</td><td>$unid[$i]</td><td>$desc[$i]</td></tr>";
}
$cuerpo.="</table>"
saluidos.
__________________
http://victorsanmartin.com
Web Developer
http://www.guiasitios.cl