Thanks for replying,
I am pulling data from a mysql db, and I am using this class "xlsstream" from http://www.phpclasses.org/browse/package/1919.html
If you need my entire code let me know?
Thanks
Search found 2 matches
- Fri Jun 13, 2008 12:12 pm
- Forum: PHP - Code
- Topic: Help creating CSV file -php mysql-
- Replies: 3
- Views: 205
- Fri Jun 13, 2008 10:48 am
- Forum: PHP - Code
- Topic: Help creating CSV file -php mysql-
- Replies: 3
- Views: 205
Help creating CSV file -php mysql-
Hello everyone, I am having problems trying to export to a csv/excel file, I am using a excel class from phpclasses and is working fine for the first row, the only thing is that I don't know how to create a loop in the array to populate data from the recordset. here is the original code or example: ...