Click to See Complete Forum and Search --> : Export


jrthor2
09-24-2003, 08:22 AM
I have a page that displays customer info from an Oracle database. Is there a way to take that info on the page and export it to a csv file to import in to something like Microsoft Excel?

Thanks!!

Khalid Ali
09-24-2003, 08:35 AM
Yes you will need to write some code in PHP to

1. create the file format witht he data
2. create/open the file
3.wrtite to the file

jrthor2
09-24-2003, 08:41 AM
can you help me with the code??