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 -

How to merge four videos on one screen with ffmpeg -

Receive udp packets in android gstreamer -