Search found 2 matches

by crosero
Fri Jun 13, 2008 12:12 pm
Forum: PHP - Code
Topic: Help creating CSV file -php mysql-
Replies: 3
Views: 205

Re: Help creating CSV file -php mysql-

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
by crosero
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: ...