Got my links setup to redirect using php...but how do I properly add target=_blank & rel=nofollow without screwing up my affilate link getting passed.
?php
header("Location: http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=920029-0000&PA=1114504&HTML=http://www.whateversite.com");
?
?php
header("Location: http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=920029-0000&PA=1114504&HTML=http://www.whateversite.com");
?



Comment