I am not able to a pass a variable value in the URL in Zend.
echo '<a href="/page/page-info/page_id/"' .$this->hidden_page_id. '"/">Back</a>';
if I simple echo $this->hidden_page_id I get the value on the above page. But When I pass it above through a link it does not show the value. Do I have to store it in a session or something?