PHP

Conditional Statement

Everybody knows how the Statement works in programing languages as PHP developed from C language lets directly go for sample programs. We have 4 Conditional Statement in PHP they are Switch statement IF statement Simple If IF – else IF – elseIF – else Nested IF Switch Statement:- <?php $X=”a”;

Read More...