Edit
by Claude Gélinas - 9 years ago (2015-10-30)
looking for mysql2i
- 1 Clarification request
1.
by ashraf ali - 9 years ago (2015-11-02) Reply
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 Dave Smith package author 7620 - 9 years ago (2015-10-30) Comment
This is it. |