Posts by carol_caires • 41 points
1 post
-
3
votes1
answer700
viewsQ: Mysql returning null improperly - MYSQLI PHP
I’m trying to make a SELECT through PHP mysqli, but it’s returning null in all parameters of the object returned by $mysqli->query($sql). Even so it returns the rows I selected from the table,…