Sr. PHP Programmer Question:

What types of loops exist in php?

Senior PHP Programmer Interview Question
Senior PHP Programmer Interview Question

Answer:

for, while, do while and foreach (NB: You should learn its usage)


Previous QuestionNext Question
What's the difference between include and require?How will you get the size of a file in php?