Ver Mensaje Individual
  #8 (permalink)  
Antiguo 01/08/2004, 03:58
Avatar de WyLY
WyLY
 
Fecha de Ingreso: enero-2002
Ubicación: Cancun, México.
Mensajes: 506
Antigüedad: 22 años, 3 meses
Puntos: 6
Hay dios mio no puede ser, ve he intentado esto y me ha funcionado perfectamente:
Código PHP:
<?php
$link 
"www.portalcancun.com"//Aqui puedes cambiarlo por tu $row["direccion"] haciendo el while primero claro.
$up = @fsockopen("$link"80$errno$errstr30);  
if(
$up
{  
   echo 
"<a href=\"http://".$link."\">".$link."</a>";  

else 
{
   echo 
"<a href=\"http://".$link."\">Web is down</a>";
?>
__________________
I do techy stuff for a living and practice MMA with my dog... He always wins.