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