Re: Starting a long php script from a web page



Jeff wrote:
>
> I have php script that takes several hours to run and I'd like to start it
> from a web page. I've tried to use include and the system() function to
> call the script directly but it still waits for it to finish.

What operating system are you running on? Is command-line interpreter
available to you?

Cheers,
NC

.



Relevant Pages