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

Integer value compare with equal sign

Mon Oct 27, 2008 1:10 pm

Code:

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

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




Post a reply
  Related Posts  to : Integer value compare with equal sign
 Less than and equal     -  
 php login form (sign-in form)     -  
 integer value overflow     -  
 finding the largest integer     -  
 Dividing two Integer values     -  
 Invalid integer formats     -  
 compare two strings     -  
 compare two sets     -  
 Compare two strings in php     -  
 Compare directories     -  

Topic Tags

PHP Variables