Hi guys, how can I create a .XLS document from a mySQL table using PHP?
I have tried just about everything, with no success.
Basically, I need to take form data, and input it into a database, which I have done, and then I need to retrieve that table data and parse it into a microsoft excel file, which needs to be saved automatically onto the
…