(10-11-2010, 06:53 AM)phire nuk3r Wrote: Yes you are wrong.
I've just tested it. You're right. I swear I've needed to use strtolower() before for something to make sure it was right. Huh.
EDIT: Actually, I just checked my code, I forgot a "=", lol. Turns out I'm right.
EDIT AGAIN: You know, I'm not sure what I forgot. It's confused the hell out of me now.
Here is my code:
PHP Code:
if ("lol" == "LOL")
{
echo "lol == LOL";
}
else
{
echo "lol != LOL";
}
It echos "lol != LOL"