Does anyone have a clue how to run a mysqli query with CI. I did change the db driver in the config file, but I\'m still unable to use multiple queries like
No need for additional libraries in CI if you want to change mysql to mysqli just go to the config->database.php and change to $db['default']['dbdriver'] = 'mysql'; to $db['default']['dbdriver'] = 'mysqli';