+ 2
What is the difference between using mysqli_connect() and new mysqli() for connecting mysql databases ?
I have seen some places $conn = new mysqli('server' , 'username' , 'password' ); and some places $conn = mysqli_connect('server' , 'username' , 'password' ); can someone explain what is the difference between them.?
1 Odpowiedź
+ 2
Between them there is no difference, you also need to look at this.
http://ca2.php.net/manual/en/book.mysqli.php