|
You can't use only MYSQL, you must create a server-side program that will handle the transactions and insert your data into your database.
To do this you will need to turn on the IPN feature in Paypal. What will happen is that after payment is made through paypal, a number of variables will be posted by paypal to the server-side script your create (the post variables include price, product id, ect).
From the server-side script , you can access your database and update your transactions table to keep track of all your orders. And do anything else that you wish ( print labels, send an email to yourself or the customer, etc.)
Good luck.
__________________
Please login or register to view this content. Registration is FREE - step-by-step learn how to design, create and install your own website in hours...not days. Please login or register to view this content. Registration is FREEwas never so easy.
|