PDA

View Full Version : Outputting data as an excel file


MattK
04-23-2003, 09:19 PM
Hi,
I'm using PhP to read information from a MySQL database. Is there anyway to output that information as an excel file for people to download?

Thanks.

Dylan Leblanc
04-23-2003, 10:47 PM
phpMyAdmin ( http://www.phpmyadmin.net/ ) can do this, or you could write your own code.