You can use mysqli, and it imeans "Improved" to access your database, and it offers much more functions than just a connector mysql, and you can also use PDOwhich stands for PHP Data Objects, which I prefer, because it will allow you to use more than just MySQL as a database.
PDO Link
mysqli Link
source
share