hi; I am setting the pitch flow links but I get Notice unknown $REQUEST['cbf']
Any PHP programmers here that know of ClickBank?
4
hi;
I am setting the pitch flow links but I get Notice unknown $REQUEST['cbf']
<?php echo $_REQUEST['cbf'];?>
href="http://2.xxxx.pay.clickbank.net/?cbur=d&cbf=<?php echo $_REQUEST['cbf'];?>"
If I do this the warnings go way Is it how its supposed to be? I thought CB takes care of it. Unless I'm wrong.
I am setting the pitch flow links but I get Notice unknown $REQUEST['cbf']
<?php echo $_REQUEST['cbf'];?>
href="http://2.xxxx.pay.clickbank.net/?cbur=d&cbf=<?php echo $_REQUEST['cbf'];?>"
If I do this the warnings go way
PHP Code:
<?php if(!isset($_REQUEST['cbf']))
{
$_REQUEST['cbf']="";
}?> - emptee
- [1] reply
- MarketingWithArthur
- [1] reply
Next Topics on Trending Feed
-
4