Hallo!
Ich habe einen PHP Befehl nämlich :
Ich will dass da nur https://www.paypal.me/WizardGen geöffnet wird
Wie muss ich das ändern ?
Ich habe einen PHP Befehl nämlich :
PHP:
$paypalurl = "[URL]https://www.paypal.me/WizardGen[/URL]".urlencode($packageprice)."&business=".urlencode($paypal)."&page_style=primary&item_name=".urlencode($packagename)."&return=http://".$_SERVER['SERVER_NAME'].dirname($_SERVER['REQUEST_URI'])."/purchase.php?action=buy-success&rm=2¬ify_url=http://".$_SERVER['SERVER_NAME'].dirname($_SERVER['REQUEST_URI'])."/lib/ipn.php"."&cancel_return=http://".$_SERVER['SERVER_NAME'].dirname($_SERVER['REQUEST_URI'])."/purchase.php?action=buy-error&custom=".urlencode($custom)."&mc_currency=USD";
header('Location: '.$paypalurl);
}
Ich will dass da nur https://www.paypal.me/WizardGen geöffnet wird
Wie muss ich das ändern ?