Edit
by Roel Hagen - 6 years ago (2018-12-21)
How to use msqli on mysql scripts
| Looking for class belonging to mysql2i.func.php to run msqli queries from mysql ones. |
Ask clarification
1 Recommendation
PHP MySQL to MySQLi: Replace mysql functions using the mysqli extension
This class can replace the mysql functions using the mysqli extension.
It provides equivalent functions that perform the same operations as the mysql extension when this is not available.
An auxiliary script is provided to provide global functions with the same names and parameters as mysql extension functions except that they call the class to use the mysqli extension.
| by zinsou A.A.E.Moïse 6835 - 6 years ago (2018-12-29) Comment
Try this package... |