So I'm a newbie and I do know some HTML and PHP. Don't get too advanced on me though.
I have a page like this mywebsite.com/?s1=affiliateid
I want to take the affiliateid
part out of the URL. Every affiliate will put a different username into the address.
Then I want to create a link will point to differentwebsite.com/?id=affiliateid
based on the username typed into the address bar.
I know I have to define s1
somewhere. I don't know how this works. Can anyone help me?