Skip to content

Instantly share code, notes, and snippets.

@ArthurGuy
Created June 25, 2010 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ArthurGuy/452859 to your computer and use it in GitHub Desktop.
Save ArthurGuy/452859 to your computer and use it in GitHub Desktop.
include_once 'PayPal_Standard.php';
$PayPal = new PayPal_Standard();
$PayPal->set_paypal_email('your_paypal@email_address.com');
$PayPal->add_row('', 'Item for Sale', 9.99);
$PayPal->generate_form(true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment