Welcome to Dream.In.Code
Become a PHP Expert!

Join 137,424 PHP Programmers for FREE! Get instant access to thousands of PHP experts, tutorials, code snippets, and more! There are 1,960 people online right now. Registration is fast and FREE... Join Now!




write mysql information in excel

 
Reply to this topicStart new topic

write mysql information in excel

alecoder
18 Jan, 2008 - 12:19 PM
Post #1

New D.I.C Head
*

Joined: 11 Jan, 2008
Posts: 25


My Contributions
hey all
then i want write mysql information in excel
for exemple
we have table
name lastname
jonh1 jonh1
jonh2 jonh2
jonh3 jonh3

and etc
i want write in php help all name's in excel document
help me
User is offlineProfile CardPM
+Quote Post

Martyr2
RE: Write Mysql Information In Excel
18 Jan, 2008 - 01:44 PM
Post #2

Programming Theoretician
Group Icon

Joined: 18 Apr, 2007
Posts: 5,260



Thanked: 227 times
Expert In: C/C++, Java, VB, VB.NET, C#, PHP, Web Development, HTML & CSS, Javascript

My Contributions
And of course I bet you want to be exportable so that someone can save the excel document it generates huh? If that is the case, you just need to do three things...

1) You need to set the "Content-Type" for the page to "application/vnd.ms-excel"
2) You need to add the header "Content-Disposition: inline; filename=nameoffilegoeshere.xls" (Do remember the rule about headers, send no data before you use header() or else you will get an error)
3) Write the content of the mysql records as you would an html table. The HTML and table cells will go straight into excel forming a table.

The rest should be cake.

Hope this has helped you. Enjoy!

"At DIC we be content exporting to excel code ninjas! Excel has nothing on us." decap.gif

This post has been edited by Martyr2: 18 Jan, 2008 - 01:45 PM
User is offlineProfile CardPM
+Quote Post

alecoder
RE: Write Mysql Information In Excel
18 Jan, 2008 - 10:44 PM
Post #3

New D.I.C Head
*

Joined: 11 Jan, 2008
Posts: 25


My Contributions
thx man wink2.gif
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 12/5/08 04:38AM

Live PHP Help!

PHP Tutorials

Reference Sheets

PHP Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month