I'm trying to figure out how to export a table from a webpage into a text or csv file. I'm programming in PHP and using a MySQL database.
Any help?
| SitePoint Sponsor |
I'm trying to figure out how to export a table from a webpage into a text or csv file. I'm programming in PHP and using a MySQL database.
Any help?





Easy way: Use XSLT
Hard way:Explode it on the <tr>'s, explode the results on <td>'s, write the file.
TuitionFree — a free library for the self-taught
Anode Says... — Blogging For Your Pleasure
Any more help???Originally Posted by anode
Bookmarks