Ver Mensaje Individual
  #8 (permalink)  
Antiguo 23/01/2009, 05:42
Avatar de arielcasanova
arielcasanova
 
Fecha de Ingreso: octubre-2004
Ubicación: Bahía Blanca - Argentina
Mensajes: 332
Antigüedad: 20 años, 5 meses
Puntos: 1
Respuesta: No mosotrar imagen luego del último registro

eh! funcionó
gracias gatorv, ferbux

me quedó así

Código PHP:
         $sql2 "SELECT * FROM sitios ORDER BY fecha DESC LIMIT 3"
                         
$result2 mysql_query($sql2$link); 
    
                     if (
$row mysql_fetch_array($result2)){ 
                         
mysql_field_seek($result2,0); 
                    
$total_reg mysql_num_rows($result2);
$i=1;

     do { 

$i=$i+1;                         echo"
                        <span class=\"titulo\">"
.$row['nombre'].":</span>  
                        "
.$row['rsmn'].". <a class=\"vermas\" href='".$row['url']."' target='_blank'>Visitar Web</a>
                            "
;    if($i==($total_reg-1)){
    echo 
"<img src=\"elementos/puntitos.jpg\" /> ";
}

                         }
                         while (
$row mysql_fetch_array($result2));                          
                         } 
__________________
Ariel Casanova
diseño y desarrollo web estratégico
www.emporia.com.ar