In my APEX application I have created a button that should carry a parameter value of the current page to an external URL
The optional URL redirect target is set to URL of PHP file.
I have set the URL target for the button to http://[URLNAME]?sid=:student
From what I understand the APEX variable is not substituted.
Can anyone tell me how it CAN be substituted ?
Many thanks