Hi,

I'm not working in safe mode !
The script won't time out if  $url contains a bad url.

Any suggestion?

Thanks




> There is a parse error in this script. The url should be in quotes. This
> granted, the script performs correctly with latest CVS.
>
> Gavin
>

> >
> >
> > function connect1()
> > {
> >     set_time_limit(2);
> >     $url  = "http://www.example.com";;
> >     $file = implode('',file($url));
> > }
> >
> >
> >
> >
> >
>



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to