Cita:
Muchas gracias por su tiempo $lugar=1;
global $db;
$result55 = $db->sql_query('SELECT id, eldeseado, fecha, valid FROM usuarios WHERE valid=1 ORDER BY id ASC LIMIT 0,50', $db);
while(list($id, $eldeseado, $fecha, $valid) = sql_fetch_row($result55, $db)) {
$title2 = ereg_replace("www.", "", $eldeseado);
$title3 = ereg_replace(".dudiweb.net", "", $title2);
if (strlen($title3)>=23){
$title4 = substr( $title3, 0, 23 ) . "...";
}else{
$title4 = $title3;
}
$title5 = ucfirst($title4);
$content= "$lugar:<strong><tiny>-|</tiny></strong> <a href=\"http://$eldeseado\" target=\"blank\"><b>$title5</b></a>"
."<br>Desde: <font style=\"extra\">$fecha</font>.";
$lugar++;
}
$db->sql_freeresult($result55);
global $db;
$result55 = $db->sql_query('SELECT id, eldeseado, fecha, valid FROM usuarios WHERE valid=1 ORDER BY id ASC LIMIT 0,50', $db);
while(list($id, $eldeseado, $fecha, $valid) = sql_fetch_row($result55, $db)) {
$title2 = ereg_replace("www.", "", $eldeseado);
$title3 = ereg_replace(".dudiweb.net", "", $title2);
if (strlen($title3)>=23){
$title4 = substr( $title3, 0, 23 ) . "...";
}else{
$title4 = $title3;
}
$title5 = ucfirst($title4);
$content= "$lugar:<strong><tiny>-|</tiny></strong> <a href=\"http://$eldeseado\" target=\"blank\"><b>$title5</b></a>"
."<br>Desde: <font style=\"extra\">$fecha</font>.";
$lugar++;
}
$db->sql_freeresult($result55);