+ 2
What is the different between mysql_connect & mysqli_connect in PHP DB connection?
3 Respuestas
+ 2
both have saem usage. but mysql_ is the old interface, its removed since php7 i believe.
+ 1
I am also confused in
MySQL , MySQLI , PDO, and there are two veriety of MySQLI and PDO
+ 1
mysqli_connect it is a improved function of mysql_connect and it is a recommanded to use