Forums / General / %20 issue in URL
Nebojsa Eric
Monday 14 August 2006 5:57:49 am
Hi.
I have a parameter in the URL which looks like this: Ernie%20Ball
What is the best way to read this parameter like Ernie Ball, without %20?
Thanks.
Chalda Pnuzig
Thursday 13 September 2007 7:02:00 am
Add this in template.ini.append.php
[PHP] PHPOperatorList[strip_tags]=rawurldecode
and then...
{$myVar|rawurldecode()}
:-)
I feel like I could... like I could... TAKE ON THE WORLD!!!