Re: [PHP] Continue Script after readfile()

2001-05-16 Thread Joseph Koenig
OK, I think I failed to see what was realling happening. The script is continuing after the readfile(), however, I want the page to reload after the file is done. The link that lets the user download the file is really a link to $PHP_SELF with some variables set. Everything in the script will cont

Re: [PHP] Continue Script after readfile()

2001-05-16 Thread Rasmus Lerdorf
> 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 lim