Quote:
Originally Posted by cd34
However, if you are coding the link and sending it through a php redirect script,
Code:
<?php
header("Location: http://www.ccbill.com?asdf&pa=1234");
?>
will not get translated properly on ccbill's side.
|
I send alot of my ccbill links right through a php redirect as your example shows and I have never done anything but use the exact ccbill code and I get plenty of sales like that.
Im keen to explore adding the "&" but hesitant because I dont want to break whats working.
Is it possible that some sales would still register with the default code but not as many as would register is using "&" when using a php redirect?
Good thread here, but kinda confusing to a non technophile like myself.