Export to CSV
Given a SQL command, this webapp will fetch the data and output the results in CSV format.
Features:
A preview mode is provided to make sure your output are correct. Only certain SQL queries are allowed, configured through a blacklist array. Comma separated, tab separated, all configurable by the user.
Easy HTML /CSS customization, code and view are within separate files.
Files in this webapp:
index.php style.css config.php csvAction.php previewTemplate.php
*Currently using PHP ’s PDO drivers (http://us.php.net/pdo)
If there are questions, comments, or custom request, feel free to contact me directly through this form
Live Demo can be found here.
Other Apps by robertbanh