Ver Mensaje Individual
  #24 (permalink)  
Antiguo 02/05/2003, 22:10
Tazz
 
Fecha de Ingreso: mayo-2003
Ubicación: DF
Mensajes: 1
Antigüedad: 20 años, 11 meses
Puntos: 0
Cluster:
utilice el código que proporcionaste:
<?
$conexion=fopen("http://the.earth.li/~sgtatham/putty/latest/alpha/plink.exe","r");

if ($conexion){
echo "existe";
} else {
echo "no existe";
}
?>

en mi caso cuando no existe la URL se tarda cerca de n minutos, me da el siguiente error:

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 256 bytes) in /var/www/html/php/exist/exist.php on line 32


Me pueden ayudar por favor?