mysqli-db icon indicating copy to clipboard operation
mysqli-db copied to clipboard

Alternative to mysqli::get_result in older versions of PHP

Open dsebao opened this issue 10 years ago • 2 comments

Could you make a improvement to the class to work with PHP without Native driver activated? I made a small CMS and I want to test it in a hosting that have PHP 5.2 version (and they can´t update to an earlier version). Based in stackoverflow http://stackoverflow.com/a/8343970 this can be improved to work Please Help!

dsebao avatar Aug 21 '14 03:08 dsebao

I don't use this library. A PR is highly appreciated. I will merge the PR if it is good.

ojhaujjwal avatar Aug 21 '14 04:08 ojhaujjwal

It is giving me this error when use the class on a server with an old PHP version

Fatal error: Call to undefined method mysqli_stmt::get_result() in mysqli-db.php on line 551

dsebao avatar Aug 21 '14 16:08 dsebao