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
Post a Comment