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