What I want to do is the following:
I have a single webpage for example:
MYWEBPAGEdotCOM/INDEX.HTML
that will always look the same, except for one link on the page.
the link would be on the page for example:
LINK TO AFFILIATE:
affiliatedotCOM/my-affiliate_code_her_DYNAMIC_REFERER
the only thing would change is the "DYNAMIC_REFERER" with every dynamic url on this page:
MYWEBPAGEdotCOM/INDEX.PHP?id=test1 Url would change the link to: affiliatedotCOM/my-affiliate_code_here_test1
MYWEBPAGEdotCOM/INDEX.PHP?id=test2 Url would change the link to: affiliatedotCOM/my-affiliate_code_here_test2
MYWEBPAGEdotCOM/INDEX.PHP?id=test3 Url would change the link to: affiliatedotCOM/my-affiliate_code_here_test3
MYWEBPAGEdotCOM/INDEX.PHP?id=test4 Url would change the link to: affiliatedotCOM/my-affiliate_code_here_test4
Can someone tell me how I could go about doing this?
I just dont want to have to make 100's of pages, as this would prevent me from having to do so.
I have a single webpage for example:
MYWEBPAGEdotCOM/INDEX.HTML
that will always look the same, except for one link on the page.
the link would be on the page for example:
LINK TO AFFILIATE:
affiliatedotCOM/my-affiliate_code_her_DYNAMIC_REFERER
the only thing would change is the "DYNAMIC_REFERER" with every dynamic url on this page:
MYWEBPAGEdotCOM/INDEX.PHP?id=test1 Url would change the link to: affiliatedotCOM/my-affiliate_code_here_test1
MYWEBPAGEdotCOM/INDEX.PHP?id=test2 Url would change the link to: affiliatedotCOM/my-affiliate_code_here_test2
MYWEBPAGEdotCOM/INDEX.PHP?id=test3 Url would change the link to: affiliatedotCOM/my-affiliate_code_here_test3
MYWEBPAGEdotCOM/INDEX.PHP?id=test4 Url would change the link to: affiliatedotCOM/my-affiliate_code_here_test4
Can someone tell me how I could go about doing this?
I just dont want to have to make 100's of pages, as this would prevent me from having to do so.