jc_gmk
03-07-2008, 12:59 PM
I have a site which sells tickets to an event. I've chosen to use paypal on this occasion.
The way it works is, you submit a form directly to paypal and from that data it charges the customer.
The problem is that I need to use alot of that data for back end operations.
Therefore I would need to store the data in a database (MySQL).
But at what point sould I do that?
Can I send all of the forms variables to paypal and have them come back after the payment has been taken?
Or should I try and get the data into the database before the payment has been taken?
The way it works is, you submit a form directly to paypal and from that data it charges the customer.
The problem is that I need to use alot of that data for back end operations.
Therefore I would need to store the data in a database (MySQL).
But at what point sould I do that?
Can I send all of the forms variables to paypal and have them come back after the payment has been taken?
Or should I try and get the data into the database before the payment has been taken?