Page 1 of 1

PayPal & PHP Question.

Posted: Mon Feb 21, 2005 7:07 am
by Dale
Is it possible for me to merge PHP with PayPal? So if user 'x' has to own me £500 which is known as

Code: Select all

<?php
$paypalmoney = "500";
?>
It would work with the URL something like:

Code: Select all

http://www.paypal.com/pay.blah?user=blah?payment=<?php print $paypalmoney; ?>
???

Posted: Mon Feb 21, 2005 8:38 am
by feyd
consult the PayPal documentation on merchanting.