How do i export mySQL data to a CSV file??
thanks, hugh
You just need to add this one line before the HTML start in the page. The rest content is the same as normal HTML web page with table.
<?php header("Content-Type: application/vnd.ms-excel"); ?>
For one thing, you need to know how to display MySQL data in the web page.
you can use phpmyadmin to help you
http://www.phpmyadmin.net/