There is a parse error in this script. The url should be in quotes. This
granted, the script performs correctly with latest CVS.
Gavin
On Sun, 23 Sep 2001, dries wrote:
> Why does the time limit doesn't work ?
> Any suggestions how to fix this?
>
> Thanks!
>
>
> 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]