php - Magento - How to keep URL parameters for links on the page -


i have static page on website parameters e.g. example.com/abc.html?param=1. now, page has hrefs in other pages.

e.g. `example.com/cd.html , example.com/folder/xyz.html` 

how can dynamically add param of url hrefs on page?

e.g. example.com/cd.html?param=1 

you can use $_get array contain parameters in , can simple append need


Comments

Popular posts from this blog

php - Zend Framework / Skeleton-Application / Composer install issue -

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -