Tag: export
CSV Export/Import Functions in PHP
September 19, 2007
Functions to Export and import CSV data using PHP //*Get the result of the query as a CSV stream. function…
MySQL Database Backup/Restore
March 17, 2007
This command can be used to backup MySQL database. mysqldump -u <User> -p <Database name> [<Table name>] > backup.sql This…
Recent Comments