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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -