I have a mySQL query run against a DB using PHP that returns a spiff web based report for some of my clients. (the whole process available because of the tremendous help you guys have given me in the past, I might add)
In their infinite wisdom, this doesn't seem to be good enough, and they want particular reports able to be imported into an Excel spreadsheet. To do this, of course, I'd just need to generate a .csv file with all the data returned.
My question I pose to you is this:
Is there a way that not only can the report be web based, but behind the scenes it somehow prints the data to a csv file that they can later download?
Any and all help is once again greatly appreciated.
In their infinite wisdom, this doesn't seem to be good enough, and they want particular reports able to be imported into an Excel spreadsheet. To do this, of course, I'd just need to generate a .csv file with all the data returned.
My question I pose to you is this:
Is there a way that not only can the report be web based, but behind the scenes it somehow prints the data to a csv file that they can later download?
Any and all help is once again greatly appreciated.