Ads 468x60px

control structure in php

control structure:- it is three
  • condition structure
  • jump structure
  • itration
    1. condition structure:      
    2. if statements 
    3. if else statements
    4. if else if statements
    5. switch case 
      if syntax :-
      if(condition)
      //working
      else{
      //working;
      }

0 comments:

Post a Comment