I need to add some tracking code to an affiliate link i have im not much good with php but i think the link in the php code is this "http://rss.api.ebay.com/ws/rssapi?FeedName=SearchResults&siteId=3&language=en-GB&output=RSS20&sacat=".$front->catid."&ftrt=1&fbd=1&sabdlo=$minbid&sabdhi=$maxbid&floc=1&saslop=1&fsop=$front->sort&fsoo=$front->fsoo&saslt=2&sacqyop=ge&from=R6&fss=0&sacur=0&afcj=".CJID."%26SID%3D".urlencode($sid)."&saslc=0&fcl=3&saaff=afcj&catref=C5&frpp=100&satitle=".urlencode($front->q)."&ftrv=1&fts=$srchdesc&saatc=3&saprclo=$minprice&saprchi=$maxprice&sascs=$bin ", ); PHP: and i need to add this code to the end of it ?SID=<?PHP echo $arid;?> is it as simple as just adding it to the end?
try this "http://rss.api.ebay.com/ws/rssapi?FeedName=SearchResults&siteId=3&language=en-GB&output=RSS20&sacat=".$front->catid."&ftrt=1&fbd=1&sabdlo=$minbid&sabdhi=$maxbid&floc=1&saslop=1&fsop=$front->sort&fsoo=$front->fsoo&saslt=2&sacqyop=ge&from=R6&fss=0&sacur=0&afcj=".CJID."%26SID%3D".urlencode($sid)."&saslc=0&fcl=3&saaff=afcj&catref=C5&frpp=100&satitle=".urlencode($front->q)."&ftrv=1&fts=$srchdesc&saatc=3&saprclo=$minprice&saprchi=$maxprice&sascs=$bin&SID=$arid ", ); PHP:
cheers guy, i figured it out, the SID was already been set by the script so i had to change it where it was being created not in the link.