How convert MySQL to mysqli I am using MySQL appache server?

It's difficult to convert the in mysqli I am using MySQLi server for connectivity so what the best way to convert this mysql to mysqli

  • Anil
  • 31 Aug
  • 1042 Views
  • 2 Answers
Your Answer

The first thing to do would probably be to replace every mysql_* function call with its equivalent mysqli_*, at least if you are willing to use the procedural API -- which would be the easier way, considering you already have some code based on the MySQL API, which is a procedural one For  instance: mysql_connect will be replaced by mysqli_connect

Php

Didn't get the answer.
Contact people of Talent-Php directly by clicking here