Any PHP programmers here that know of ClickBank?

3 replies
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&amp;cbf=<?php echo $_REQUEST['cbf'];?>"

If I do this the warnings go way
PHP Code:
<?php if(!isset($_REQUEST['cbf']))
  {
    
$_REQUEST['cbf']="";
  }
?>
Is it how its supposed to be? I thought CB takes care of it. Unless I'm wrong.
#clickbank #php #programmers

Trending Topics