Hi,
I've an idea but I'm not sure how to make it work.
I have a database archive of a lot of log files.. it is so big it would take a lot of time to browse through it through a web browser.
Is there a way I can use PHP to actually output the contents (after I bzencode everything) to a browser in a way that the browser will prompt to save it?
TIA.