php - Webpage stops loading atfer adding specific MySQL code -
Here is the code that I'm talking about
When I add this code inside the body of my webpage, this loading stops, the loading circle just goes away. I am connected to the database properly because the other page works fine are doing. Here's what's going on.
You have an infinite loop.
$ rows = mysqli_num_rows ($ query)
always gives more than 1 and is always right for you.
Comments
Post a Comment