Export table to csv

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ctruitt
    New Member
    • Sep 2006
    • 1

    Export table to csv

    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!
  • vssp
    Contributor
    • Jul 2006
    • 268

    #2
    Use PHPmyadmin to expoert the database all format

    Comment

    Working...