• If, else, switch commands in PHP

    If, else, switch commands in PHP
    If, elseif ... else and switch commands are used to control the flow based on different conditions.
  • Loop in PHP

    Loop in PHP
    The loop in PHP is used to execute the same block of code some time specified.