Hi people!!

I'm trying to find a way to handle this but I don't come up with anything.

I need to execute a query to a DB using PHP. The thing is that the query
takes 0.5 hours to execute and I can't wait that time with the browser
opened in that page.

What I want to do is to execute a PHP code block in some sort of
background way so I can execute the query and send the results via email.


Any ideas to do this??


Thanks a lot.

Richard.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to