Hi
I have made a database on mysql and accessing through php. I can add values and retrieve it. But the problem is that, each time fetch the records (or I run while loop to fetch all the records using mysqli_fetch_array), It adds blank values in the last row of the database. how to solve this? please!!
Ensure the problem is not in the database itself. If the problem continues you may want to try rewriting your code to use fetch_all rather than fetch_array.