Skip to content

Since PHP 7 removed mysql connector and only left mysqli, but lot of legacy software is out there, we made this wrapper

License

Notifications You must be signed in to change notification settings

carli2/mysql_wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

mysql_wrapper

Since PHP 7 removed mysql connector and only left mysqli, but lot of legacy software is out there, we made this wrapper.

How to Use

Just add the following line to a central php file:

if (!function_exists('mysql_connect')) require_once 'mysqli_wrapper.php';

If there are functions missing, please add them to mysqli_wrapper.php and ask us to merge your changes.

About

Since PHP 7 removed mysql connector and only left mysqli, but lot of legacy software is out there, we made this wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages