Page 1 of 1

Another Thread maybe?

Posted: Wed Jun 08, 2005 4:31 pm
by Todd_Z
I have a time consuming script, and once a user types in their e-mail address and more information, I want to run the script and e-mail the results. How can I do this without the browser having to be open while the script runs?

Posted: Wed Jun 08, 2005 8:22 pm
by John Cartwright
you could maybe run the script through the command line or exec with a cron job?

Posted: Wed Jun 08, 2005 11:18 pm
by Todd_Z
How do I execute a php file through a command line function in php?