[PHP] Paypal and Php

2009-05-02 Thread Matthieu

Hello,

I'd like to know if somebody already configured a paypal account usin php 
and a mysql database. What are the major things to know when starting to 
code the php code?


I know it's quite a large question but I'd like to know the amount of time 
needed, or if I directly go through a drupal server.


Thanks for your help

Matthieu 



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Paypal and PHP

2001-07-19 Thread ReDucTor

Hey,
does any one know a way to use paypal with php?
  - James ReDucTor Mitchell



Re: [PHP] Paypal and PHP

2001-07-19 Thread chris schneck

theexchangeproject.org has a module built into their store that works
directly with paypal, ive set up and succesfully used it to tie into a
paypal account. Although it might be a little more powerful than what you
want, the code there shows which variables to be passed to paypal to make a
transaction. That information is also on paypal's website.
- Original Message -
From: ReDucTor [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, July 19, 2001 7:12 AM
Subject: [PHP] Paypal and PHP


Hey,
does any one know a way to use paypal with php?
  - James ReDucTor Mitchell



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Paypal and PHP

2001-07-19 Thread chris schneck

I think this is the complete form i use for paypal, might be an old version.
check the paypal.com website in the button generator section they give the
variables to be passed.

FORM ACTION=https://www.paypal.com/cgi-bin/webscr; METHOD=POST
INPUT TYPE=hidden NAME=cmd VALUE=_xclick
INPUT TYPE=hidden NAME=business VALUE=[EMAIL PROTECTED]
INPUT TYPE=hidden NAME=return VALUE=http://www.yourhost.com/;
INPUT TYPE=hidden NAME=undefined_quantity VALUE=1
INPUT TYPE=hidden NAME=item_name VALUE=item name
INPUT TYPE=hidden NAME=item_number VALUE=[sku or unique product
number]
INPUT TYPE=hidden NAME=amount VALUE=[dollar value of product goes
here]
INPUT TYPE=hidden NAME=shipping VALUE=[shipping value]
INPUT TYPE=hidden NAME=no_shipping VALUE=1
INPUT TYPE=hidden NAME=cancel_return VALUE=http://www.yourhost.com/;
/form

- Original Message -
From: ReDucTor [EMAIL PROTECTED]
To: chris schneck [EMAIL PROTECTED]
Sent: Thursday, July 19, 2001 11:49 AM
Subject: Re: [PHP] Paypal and PHP


 have you used paypal system before?
 if so how did you set it up, because i don't wish to sort thro all the
 includes, work out what does what, etc
 - James ReDucTor Mitchell
 - Original Message -
 From: chris schneck [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, July 20, 2001 12:27 AM
 Subject: Re: [PHP] Paypal and PHP


  theexchangeproject.org has a module built into their store that works
  directly with paypal, ive set up and succesfully used it to tie into a
  paypal account. Although it might be a little more powerful than what
you
  want, the code there shows which variables to be passed to paypal to
make
 a
  transaction. That information is also on paypal's website.
  - Original Message -
  From: ReDucTor [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Thursday, July 19, 2001 7:12 AM
  Subject: [PHP] Paypal and PHP
 
 
  Hey,
  does any one know a way to use paypal with php?
- James ReDucTor Mitchell
 
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  To contact the list administrators, e-mail: [EMAIL PROTECTED]
 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]