How to use mysqli_connect in PHP
MySQLi is the improved extension of MySQL. MYSQLi (“i” stands from “improved”) extension is used in PHP to provide an interface of MySQL Database. In PHP version 5.5 or later MySQL_connect will not be usable. It means that MySQL is deprecated and will be removed in future. Alternative for PHP 5 version and later are … Read more