Using Dreamweaver 8 & MySQL I've created a recordset that populates a three -column table:
Column1 (Date) Column2 (Author Name) Column3 (Subject)
Row 1 2006-12-12 Tom Smith Just Say No
Row 2 2006-08-04 Jane Smith Getting Promoted
I need to be able to export the table to csv. What's the best way to go about this?
Thanks!
Column1 (Date) Column2 (Author Name) Column3 (Subject)
Row 1 2006-12-12 Tom Smith Just Say No
Row 2 2006-08-04 Jane Smith Getting Promoted
I need to be able to export the table to csv. What's the best way to go about this?
Thanks!
Comment