> is it possible for a script to continue running after calling
> readfile()? I have a function that uses readfile(), after the file has
> been read, I need to update a database. Any reason my script would just
> stop executing? At first I thouht it may be a time limit, issue, but I
> set time limit to 0 and it still doesn't work. Any ideas? Thanks,

There is no reason your script should be terminating after a readfile()
call.

-Rasmus


-- 
PHP General 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