houssam_ballout Posted February 8, 2010 Share Posted February 8, 2010 Hello I am new to php / mysql developing apps. I had a small database with only one table, and 3 fields in that table, I want to export the data to excel file, Any help?? Thanks in advance Link to comment https://forums.phpfreaks.com/topic/191342-export-table-into-excell/ Share on other sites More sharing options...
jl5501 Posted February 8, 2010 Share Posted February 8, 2010 you run a script that will read the database, and write each row to a text file. Normally this text file wil be a comma separated file and you would give it the extension .csv then Excel will understand it Link to comment https://forums.phpfreaks.com/topic/191342-export-table-into-excell/#findComment-1008819 Share on other sites More sharing options...
houssam_ballout Posted February 8, 2010 Author Share Posted February 8, 2010 I need help with coding may a link to some online tutorial Thanks Link to comment https://forums.phpfreaks.com/topic/191342-export-table-into-excell/#findComment-1008823 Share on other sites More sharing options...
jl5501 Posted February 8, 2010 Share Posted February 8, 2010 This one looks like it will do what you want, http://www.ineedtutorials.com/code/php/export-mysql-data-to-csv-php-tutorial Link to comment https://forums.phpfreaks.com/topic/191342-export-table-into-excell/#findComment-1008835 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.