Switch to full style
:read: Start PHP with us. Includes topics to help you in php
Post a reply

Boolean type constant

Mon Oct 27, 2008 12:30 pm

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




Post a reply
  Related Posts  to : Boolean type constant
 Constant References     -  
 C++ Boolean Operations     -  
 difference between the Boolean & operator and the &&     -  
 Use the boolean compare operators     -  
 Define boolean Class properties     -  
 Type conversions     -  
 Type Conversion     -  
 range of the short type     -  
 Is String a data type     -  
 range of the char type     -  

Topic Tags

PHP Variables, PHP Basics