php gets haywire and thinks that 1 is not equal 1 -


i have variable value supposed 'age'. checked if value of variable equal or not 'age'. result not equal.

echo $this->param;  // returns 'age'  if('age' == $this->param) echo 'equal';  // returns false 

it inputs text 'age'. 'equal'?

what going on?


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -