Can’t fetch rows using mysqli
Thought it would be a breeze… What am I doing wrong? This one doesn't fetch any results:
<?php
$mysqli = new mysqli("localhost", "my_user", "my_password", "my_db");
if ($mysqli->connect_errno) {
[…]
See original post by invalid@example.com (qwikad.com)
Leave a Reply
You must be logged in to post a comment.