1.php?test=%28004%2F58%29Gunmetal%2FCrystal+Green+Polar.+lenses
if i'll try to input
echo $_GET['test']
I'm getting
"00458GunmetalCrystal Green Polar. lenses"
What I need to get is
"%28004%2F58%29Gunmetal%2FCrystal+Green+Polar.+lenses" or "(004/58)Gunmetal/Crystal Green Polar. lenses"
the PHP _GET translates all encoded chars with % and + to real value, does anybody know how to get a real value? which is %28004%2F58%29Gunmetal%2FCrystal+Green+Polar.+lenses
the "duplicate question" mark is not correct. The duplicate link is not the same at all
Thanks in advance