Skip to main content
Participant
May 22, 2008
Question

Exporting to excel a PHP Report - help with the code

  • May 22, 2008
  • 1 reply
  • 238 views
Hello,
wondering if someone can help me out with this code. i found the code online and i modify it to my need but the value are not being pass. i am new to php.


This topic has been closed for replies.

1 reply

Inspiring
May 22, 2008
Why not export to a CSV file? You can find code here -

http://www.php.net/en/manual

(search for how to write a CSV file)

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"braintech" <victor@fusionrain.com> wrote in message
news:g1476d$ccm$1@forums.macromedia.com...
> Hello,
> I am wondering if someone can help me. I have a report I creating using
> PHP
> pulling the data from mysql. now I want to take that report export to
> excel
> with a click of a button. The report has 5 column.
>
> Thanks
> Vic
>
>
>
>

braintechAuthor
Participant
May 23, 2008
Murray,

Thanks for the lead. I was trying to get to work with yesterday but it wouldn't work. I will stick with cvs file.

Thanks
Victor