Ver Mensaje Individual
  #3 (permalink)  
Antiguo 24/10/2003, 19:25
Avatar de sdf23
sdf23
 
Fecha de Ingreso: diciembre-2002
Mensajes: 297
Antigüedad: 21 años, 4 meses
Puntos: 0
haber ya lo intente asi y7 no furula mira como lo puse:

Código PHP:
$html->expandir('ROWS''-fSites');//
$sites mysql_query("SELECT * FROM sites ORDER BY hitsout LIMIT ".$start.",".$config["ver"]);
$pos 1;
while(
$srow mysql_fetch_array($sites))
{
    
//$html->expandir('ROWS','-fSites');
    
if($pos <= 3)
        
$html->asignar('info''<a href="'.$srow['url'].'" target="_blank"><img src="'.$srow['banner'].'" border="0" alt="'.$srow['descripcion'].'"></a>');
    else
           
$html->asignar('info''');   
         
    
$html->asignar('pos'$pos);    
    
$html->asignar('uname'$srow['nombre']);       
    
$html->asignar('desc'$srow['descripcion']);
    
$html->asignar('hitsin'$srow['hitsin']);
    
$html->asignar('hitsout'$srow['hitsout']);
    
$html->asignar('url'$srow['url']);
    
    
$html->expandir('ROWS''+fSites');  
    
//$html->asignar('ROWS','');
    
$pos++;

__________________

la vida es bella cuando no es culera