Posts by Carlos Gabriel • 23 points
1 post
-
2
votes1
answer623
viewsQ: mysqli_query() does not return false
Starting in PHP, I recently learned OO with PHP and had a little problem when converting my procedural code to OO. I have an "orgao" table (columns: id, org_name) with only 1 record. I query through…