Posts by Danrley Pereira • 111 points
1 post
-
1
votes3
answers3581
viewsA: What is the equivalent of mysql_result in mysqli?
I prefer this example Object-Oriented rating <?php $mysqli = new mysqli("localhost", "my_user", "my_password", "world"); /* check connection */ if (mysqli_connect_errno()) { printf("Connect…