I am building a site that will have the ability to get my buying affiliates there own site example www.mysite.com turns into www.mysite.com/hub=123456 what are the best places to get this coding done so I can send it to graphic designer to launch?
You can do it thru PHP and some URL rewriting. You will have to read in the AffiliateID and put it in your session/cookie and use this value in each page and render the content accordingly. I could give you more details if you can explain the functionality of your site.
ok thanks. each person who purchases the one time payment will become an affiliate with there own site same as mine but with an affiliate id at the end. they will have exactly the same site as mine I will just have the controls for the money etc. I will look into php but what exactly should I be searching for in php?