Mega Code Archive

 
Categories / Php / Data Type
 

Boolean type constant

<? if (FALSE)  print("This will never print<BR>"); else  print("This will always print<BR>"); ?>