Here's want I want to do. I have some reports that a fed from a PostgreSQL database. Some of these report can take a long time and I don't want users sitting waiting at the browser the whole time. What I would like to do is have the user request a particular report, then be able to close the browser and go off and do whatever. The server would then generate the report, preferable as a PDF but I'm open to suggestions, and email the completed report to the user. I have not been using PHP, Postgres or even Linux that long so I really have no idea how to do it.
If this sort of thing can be done using PHP and Apache could someone provide details, or a link to information on setting this up. Or if there is a better way to do it, can someone direct me to information on it.