Hi,
Just hoping that somone might drop me a hint about this :
I am setting up a PayPal IPN PHP script, so far, it collects IPN data, and inserts it to my database.
Now, id like it to send a email back to the buyer with a download link, but the link isnt going to be static.
so i need to get the predefined directory out of my database, (ie. [url]http://.....com/directory1/[/url]
[url]http://.....com/directory2/[/url]
[url]http://.....com/directory3/[/url]
which cell it chooses will be dependent on the $price
if $price = X amount, retrieve cellX then email contents of cellX+$itemname to buyer...
if anyone could tell me -any-part of the PHP/MYSQL code used to accomplish this, id be terrible appreciative.
id look it up myself, but,, heh.. im not exactly sure what im looking for.
Thanks much!