PayPal & PHP Question.
Posted: Mon Feb 21, 2005 7:07 am
Is it possible for me to merge PHP with PayPal? So if user 'x' has to own me £500 which is known as
It would work with the URL something like:
???
Code: Select all
<?php
$paypalmoney = "500";
?>Code: Select all
http://www.paypal.com/pay.blah?user=blah?payment=<?php print $paypalmoney; ?>