What is the difference between the while and do while loops?
Most people use while the majority of the time and never encounter the need for the do...while but it is useful to know about and in some circumstances you will occasionally find it useful to use.
Comment on this Question and Answer >>>
ASK A QUESTION
More other PHP Questions
Can I include Javascript in my PHP code?How can I stop my PHP script timing out?
How do I find the timestamp for a particular date?
What are autoglobals?
How do I check if a date entered exists?
