how are you today..?
hi all...
I found something odds, and very tricky..
echo "¤cy"; //return ¤cy
echo "ðnic"; //return ðnic
Why is this happened..? its affected on URL query.
it seemed that the string is encoded ASCII, how to fix it..?
this is the loop.. tried to replace & to & amp ;
foreach($pars as $key => $val) $param .= "&".$key."=".$val;
but its having so many errors...
Thankyou.