Sending Query Result to Excel

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
coool
Forum Commoner
Posts: 45
Joined: Wed Jul 11, 2007 5:51 pm

Sending Query Result to Excel

Post by coool »

Hi guys,

How can I send query result to EXCEL in PHP pages?

is there such a function in PHP ? any code example !
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

... What do you mean by "send it to excel?"
thiscatis
Forum Contributor
Posts: 434
Joined: Thu Jul 20, 2006 11:00 am

Post by thiscatis »

There is a way to export tables (and queries) on them to excel using a php script.
Just search for it on google. PHP Excel Export might be a good sentence
Post Reply