$_GET['+'] == space?? HELP!
Posted: Wed Jan 19, 2005 6:21 pm
I have Magic Quote on for PHP 5.0.2 and it helps alot, but i notice recently that # & " characters becomes NULL or just disappears. The + character turns in to a space.
This is so weird, has anyone experienced this problem before?
Basically this is what i have
Anyone encountered this before and know how to fix it?
Regards
Mian
This is so weird, has anyone experienced this problem before?
Basically this is what i have
Code: Select all
echo "Testing ==>";
echo $_GETї'view'];
echo "<==";The above might be expected (correct me if i am wrong), but what i got from + is unexpected.Result is Testing ==><==
Code: Select all
echo "Testing ==>";
echo $_GETї'view'];
echo "<==";A space appeared in the place of + which is very weird. Remember Magic Quote is ON and i do need it for other stuff.Result is Testing ==> <==
Anyone encountered this before and know how to fix it?
Regards
Mian