This is a discussion on "Incorporating Paypal Into My PHP Registartion Form" within the PHP Forum section. This forum, and the thread "Incorporating Paypal Into My PHP Registartion Form are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Incorporating Paypal Into My PHP Registartion Form
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Incorporating Paypal Into My PHP Registartion Form
Hello & happy new year to everyone.
If i wanted a customer interested in joining my site to fill out a PHP form to create there registration, how would i go about including Paypal payments before the form data is directed to the database. Below is the exact steps that i imagine the process to work. 1-) Customer opens the registration page to signup. 2-) Customer completes all mandatory form fields and clicks the submit button. 3-) Customer is directed to my PayPal account to process payment before the form data is entered into the database. 4-) Once payment is processed sucessfully the form data stored into the database & the user is directed to a confirmation page explaining (Signup Complete) . I have used PayPals buttons before but never tried this method but seen it done else were... Any you brain boxes no how its done please share the knowlege.. Let me no your thoughts. Cheers. |
|
|
|
#2
|
|||
|
|||
|
Re: Incorporating Paypal Into My PHP Registartion Form
You could save the information in a table for temporary data with a unique key, which is passed to PayPal when the customer is sent there and passed back when the customer returns from a successful payment, then the data is moved from the temporary table to the table it belongs in.
That's my 2 cents :^{> |
|
#3
|
|||
|
|||
|
Re: Incorporating Paypal Into My PHP Registartion Form
Thanks forthe responce mate!
When you say table do you mean a database table, for instance mysql??? Cheers. |
|
#4
|
|||
|
|||
|
Re: Incorporating Paypal Into My PHP Registartion Form
Yes, indeed. That's what I use.
|
|
#5
|
|||
|
|||
|
Re: Incorporating Paypal Into My PHP Registartion Form
Cheers mate all give that a try in the morning!!!
Thanks for the assistance! Take care. |
|
#6
|
|||
|
|||
|
Re: Incorporating Paypal Into My PHP Registartion Form
My pleasure!
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] Signup Form With Paypal Button | longstand | PHP Forum | 0 | Jan 23rd, 2008 12:34 |
| [SOLVED] Registrain form button to Paypal | longstand | PHP Forum | 3 | Jan 20th, 2008 19:38 |
| Paypal Form Query | Craigj1303 | JavaScript Forum | 12 | Jan 8th, 2008 19:41 |
| Incorporating flash banner into fluid html site | hhelen | Flash & Multimedia Forum | 0 | Mar 28th, 2007 10:07 |
| Incorporating PHP Script into existing Webpage | RVFmal | PHP Forum | 2 | Sep 3rd, 2005 01:57 |