PHP Loops

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jatindersingh
    Member
    • Sep 2014
    • 52

    PHP Loops

    while - loops through a block of code as long as the specified condition is true
    do..while - loops through a block of code once, and then repeats the loop as long as the specified condition is true
    for - loops through a block of code a specified number of times
    foreach - loops through a block of code for each element in an array
  • sangeetanegi
    Senior Member
    • Dec 2015
    • 140

    #2
    Thanks for sharing useful information.

    Comment

    • shilparana
      Senior Member
      • May 2015
      • 194

      #3
      Thanks for share this information with us.

      Comment

      • AmitSood
        Member
        • Oct 2015
        • 89

        #4
        Useful post, thanks for sharing!

        Comment

        Working...
        😀
        😂
        🥰
        😘
        🤢
        😎
        😞
        😡
        👍
        👎