The if statement Syntax if (expression) { statement1; [statement2;] ... [statementN;]} Examples Example 21 if statement. if($countryCode = "USA"){ $overlay = "invoiceUSA.lxf";}
if (expression) { statement1; [statement2;] ... [statementN;]}
if($countryCode = "USA"){ $overlay = "invoiceUSA.lxf";}