While loop is another best solution to handle tasks that are done in repetition. To better understand while loop you must have good understanding of for loop. Read: PHP For Loop While Loop In the previous chapter, I have mentioned, before using for loop, we must have to answer following three questions. What is the starting […]