Posts by Daniel Cacheta • 1 point
1 post
-
0
votes1
answer69
viewsA: Error returning database records
The method mysqli_fetch_assoc($result) to fetch the data is related to the Procedure Style of accessing the results, while mysqli($dbhost, $dbuser, $dbpassword, $dbname) to open the connection is…