Automated "Key Code" Distribution with Paypal Cart

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
netpro25
Forum Newbie
Posts: 11
Joined: Wed Sep 21, 2005 4:47 pm

Automated "Key Code" Distribution with Paypal Cart

Post by netpro25 »

Okay so I have done some research on paypal and have found some resources on getting paypal to notify my server of a purchase but after that I am stuck. I am looking to have a system that will when notified of a purchase, send (email) the top key that is a in a list, flat file, or preferably MySQL Database. Basically full automation of the purchase process. They product key consists of 25 alpha numeric characters. I preferably would like to store this information in one cell in Mysql without using the serialize function. Any ideas?

Thanks so much,
Marcel
Post Reply