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

String compare equality

Sun Oct 26, 2008 10:46 pm

Code:
<?php
  $Gender  
"Female";
  if (
$Gender == "Female"){
     echo 
"Gender is $Gender <br/>";
  }
?>




Post a reply
  Related Posts  to : String compare equality
 Equality in java     -  
 Equality Operators     -  
 compare two strings     -  
 compare strings     -  
 compare two sets     -  
 Compare directories     -  
 Compare two strings in php     -  
 How to compare two arrays in java     -  
 compare strings with if statement in php     -  
 Use the boolean compare operators     -  

Topic Tags

PHP Strings