Forums / Developer / Extract a param from the url

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Extract a param from the url

Author Message

Hugo Siles

Thursday 01 April 2004 6:07:41 am

hi, i need some help to extract some param from the url page, for example i have this code:
{section}
{*some code here*}
{section-else}
<a href={concat( "/mainpage?", $Child.node_id)|ezurl}>
<IMG SRC={"folder_closed.png"|ezimage} WIDTH="25" HEIGHT="25">
</a>
{/section}

i want to pass a parameter to the main page, but i don't know how since i'm usin the <href> tag, please help me to get the $Child.node_id parameter in the mainpage ....

Any help would be greatly apreciated.

Hugo