I wanted to know the difference between the two and which one is the best one to use.
$x= mysqli_connect("localhost","my_user","my_password","my_db");
$y= mysql_connect("localhost", "my_user", "my_password");
Are some of them better or newe...
asked by
11.05.2015 / 18:44