php - How to get an URL parameter with value `/` (slash) - Magento -


how url parameter value / because have value

$encrypted = "dwe/oaisud";  www.test.com/test/test/index/encrypted/dwe/oaisud 

then want controller getparam('encrypted');

but in controller value

$encrypted = "dwe"; 

how fix that? on magento way.

$encrypted = urlencode("dwe/oaisud"); 

Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -