-3

which is better to use Mysql or Mysqli and in what conditions? I want to start a project that requires a database just wanted to know which of the two is better

2 Answers2

2

Always use mysqli, the original mysql extension is deprecated as of PHP 5.5 (manual)

Andy
  • 2,095
  • 1
  • 29
  • 59
0

MySQLi =>MySQL Improved With the Improved Suffix alone, you can guess which should be better using common sense. For more information Read Up

Poiz
  • 7,611
  • 2
  • 15
  • 17