I am a member of a group each with their own unique id to login to our main site. We invite new members to register through them using their id in the url to identify the introducer.
I would like to create a site that all members could use and would link to their register id if link clicked.
For example:
(
www.mysite/member id) goes to my website but with the header links converted to
www.xyzsite/member id from url and
www.xyzsie/forum/member id from url
So I need to read the id from the url and create within my header links using the id read.