Ver Mensaje Individual
  #3 (permalink)  
Antiguo 17/05/2004, 07:41
Avatar de X3mdesign
X3mdesign
 
Fecha de Ingreso: octubre-2003
Ubicación: Madrid
Mensajes: 649
Antigüedad: 20 años, 6 meses
Puntos: 2
si, claro cómo nop :D

Código PHP:
<?php
$seleccion 
mysql_query ("SELECT `veces`,`URL` FROM `referers` WHERE `URL` LIKE '%google%' ORDER BY `veces` DESC LIMIT 0,25");
?>        
<p align="center">No encuentran así en los buscadores google :-D</p>
<div align="center">
<table width="200"  border="0">
<tr>
<td align="center" nowrap bgcolor="#0099CC"><span class="style3">#</span></td>
<td align="center" nowrap bgcolor="#0099CC"><span class="style3">Referidor</span></td>
</tr>
                
<?php 
while ($datos mysql_fetch_row ($seleccion)) {
parse_str ($datos[1]);
echo 
"<tr><td nowrap>$datos[0]</td><td nowrap><a href=\"$datos[1]\" target=\"_blank\">$q</a></td></tr>";
}
?>  
</table></div>
graicas!!!
__________________
Nippon-Tour, tu portal sobre Japón
¿Te gusta el manga, haces tus propios dibujos? Visita FanArt de Nippon-Tour

Última edición por X3mdesign; 17/05/2004 a las 07:42