Ver Mensaje Individual
  #8 (permalink)  
Antiguo 20/02/2003, 14:41
Avatar de Cain
Cain
 
Fecha de Ingreso: enero-2002
Ubicación: Catalunya
Mensajes: 6.459
Antigüedad: 22 años, 4 meses
Puntos: 17
Idea:

Código PHP:
<?
while(list($lid$title$num) = sql_fetch_row($result$dbi)) {
$title2 ereg_replace("_"" "$title);
if(
strlen($title2) > 15) {
$title2 substr($title2,0,22);
$title2 .= "..";
}
$content .= "$a: <class=\"fade\">$title2 ($num)</a><br>";
$a++;
}
?>
__________________
M a l d i t o F r i k i