Jump to content

MySQL, php, and Paypal.


kielly32

Recommended Posts

Hello all, 


I need some help with my database. So far I have made a program that collects information from a mysql database and I can edit the information and all. Anyways, I use that program to keep track of my job orders but as it stands now I have to enter it all myself.


 


Is there a way that I can have paypal or a php enter the clients name, email, order ID (dont even know how to do this in paypal), and what product he bought in a table on my database? Ill provide screenshots of my program and also database table. Dont know if it will help but it might a bit.


 


By the way, I dont have a clue about php.


 


image.png


ex1.png


ex2.png


Link to comment
Share on other sites

You should create a form on your website where this is information is entered before it is submitted to Paypal. You submit a request to Paypal and Paypal responds with the result of the transaction. Paypal will not communicate any information other than status of transaction, transaction amount, and transaction ID. It is your job to collect the information that you need to store in the database before submitting the request to Paypal.

Hope that makes sense.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.