Starting a long php script from a web page
Hi,
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.
Anyone know how to call a script and get on with it?
Thanks!
Jeff
.
Relevant Pages
- PHP scripting errror -Why?
... Does anyone see what I am doing wrong with this simple script? ... >> So the PHP script IS running, and I am receiving an email... ... > be the HTML back to the browser. ... that the headercommand redirects the user back to the page they were ... (alt.php) - Re: [PHP] Re: how to detect type of image
... you detect if a script is HTML or PHP? ... to execute a file that starts with 'GIF89a' as if it were a binary ... manage to trick your PHP script into putting it somewhere that it will ... Every extra barrier you layer in there will slim down the number of ... (php.general) - Re: [PHP] pdo-oracle + nls_lang environment variable...
... I'm using pdo-oci on php-5.2.2 against an oracle-10g server, ... I make a simple php script that makes a select from a table. ... user running the apache daemon, I modified the apache init script to export ... (php.general) - Re: getting "chmod(): Operation not permitted" on attempted file changes
... I upload files thru this script, ... so only "nobody" may edit the file. ... sets the permissions appropriately, if you still need the PHP script ... (alt.php) - Re: Cant insert spreadsheet edited in Linux with PHP script
... (The script follows here in a sec.) ... Then use the PHP script to ... > I don't think it's file folder or structure issue, because I'll edit it ... > in one of the three programs and then copy it to a WindowsXP machine ... (comp.lang.php) |
|