Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/11/2004, 16:46
Avatar de jesusbet
jesusbet
(Desactivado)
 
Fecha de Ingreso: mayo-2004
Ubicación: Monterrey, MX
Mensajes: 2.667
Antigüedad: 20 años
Puntos: 2
Ya lo solucioné, muchas gracias:
Código PHP:
        while($row=mysql_fetch_array($result) AND $row['activo']=='true'){
            echo 
"<p><a href=\"$row[url]\" target=\"_blank\">$row[nombre]</a> </p>
            <p class=\"datos\">Webmaster: $row[webmaster] :: Categor&iacute;a: $row[categoria]
            :: Subcategoria: $row[subcategoria]</p>
            <p>$row[descripcion].</p><hr />"
;
            }