1.

Explain if- else statement in PHP ​

Answer»

In PHP we have the FOLLOWING conditional statements: ... if...else statement - executes some CODE if a condition is true and another code if that condition is false. if...elseif...else statement - executes different codes for more than two conditions. switch statement - SELECTS one of MANY blocks of code to be executed.Explanation:HOPE IT WAS HELPFUL PLEASE LIKE MARK ME AS BRAINLIST AMD PLEASE LIKE



Discussion

No Comment Found