Im trying to find a basic script to keep track of paypal orders. Basically just record the information of the purchase and thats it. I know I have seen these out there but I just cant seem to find it again. I already have the order form but just need the script that handles the IPN or whatever you call it that sends then info back so I can save it in a DB. Thanks you brilliant people!
Not sure if you're looking for a paid or free solution, but paypal has code snippets for various programming languages: http://www.paypal.com/cgi-bin/webscr?cmd=p/xcl/rec/ipn-code-outside and some 3rd party providers of various IPN Codes: http://www.paypal.com/cgi-bin/webscr?cmd=p/pdn/3p-solutions-ipntools-outside If you weren't aware of these, maybe they'll help you out.