PayPal & PHP Question.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Dale
Forum Contributor
Posts: 466
Joined: Fri Jun 21, 2002 5:57 pm
Location: Atherstone, Warks

PayPal & PHP Question.

Post 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; ?>
???
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

consult the PayPal documentation on merchanting.
Post Reply