Tag Archives: MYSQL

Difference Between MySQL vs MySQLi in PHP

Hi all, There are too many differences between these MYSQL and MYSQLi PHP database extensions. These differences are based upon some factors like features, performance, benefits, library functions and others. The “i” in mysqli stands for “improved”. The “mysqli” extension is an improvement over the old “mysql” extension. MYSQLi MYSQL MySQLi extension added in PHP… Read More »