while loop in PHP
Code inside of while loop in PHP will be executed as long as condition of while loop is true. Please don't forget to change the variable inside of this loop so the condition will eventually will be equal to false. If that variable is not adjusted, then there is a risk of entering infinite loop.
Comments
Post a Comment