↧
CodeIgniter/PHP + IIS + MySQL + MSSQL: It Works!
http://codefury.net/2011/01/codeigniter-php-iis-mysql-mssql/ CodeIgniter/PHP + IIS + MySQL + MSSQL: It Works! By Kenny Katzgrau | Published: January 11, 2011 There are a lot of people out there who...
View ArticleDump MySQL database
<?php /** * Dump MySQL database * * Here is an inline example: * <code> * $connection = @mysql_connect($dbhost,$dbuser,$dbpsw); * $dumper = new MySQLDump($dbname,'filename.sql',false,false); *...
View ArticleExporting your MySQL table data with PHPExcel + CodeIgniter
Exporting your MySQL table data with PHPExcel + CodeIgniter...
View ArticleImport CSV data into to MySQL database
Import CSV to MySQL A simple in-built command to import whole CVS data to mysql database 1 LOAD DATA LOCAL INFILE 'd:\\\my_file.csv' 2 into TABLE table_name 3 FIELDS TERMINATED BY ',' 4 LINES...
View Article
More Pages to Explore .....