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
Asked
Active
Viewed 924 times
-3
-
It is _never_ better to use the `mysql_*` api over MySQLi unless you're on a version of PHP that's so old it is unavailable. – Jonnix Nov 16 '16 at 10:03
-
`Mysql` is deprecated and was removed in PHP7. – JustOnUnderMillions Nov 16 '16 at 10:03
-
1**Mysqli**. Cause **Mysql** extension is removed from latest version. – Sougata Bose Nov 16 '16 at 10:03