Integer value compare with equal sign : Integer : Language Basics PHP Source Code


PHP Source Code » Language Basics » Integer »

 

Integer value compare with equal sign



<?
$a=100;
$b=true;
echo "a = $a<br>";
echo "b = $b<br>";

if($a==$b
   echo 'a "is equal to" b!'; ?>

           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo Language Basics
» Integer