Hi:
I'm trying to build a database of audio files (.mp3 & .wav) for a new production studio. Since they're new, they don't have an invoice # for their samples. In my table, I want one row to have the following elements: Sample#, Date Input, Listen .mp3, Listen .wav, and Purchase (Check, money order, PayPal). This line would be output in the webpage as one line...
Does PayPal offer a way to link the for sale item with some sort of invoice/reference #?
Since they don't have invoice #'s, should I just make up a corresponding reference # and have people type it in when the order? Should I let MySQL increment and simply use that as the invoice/reference # for the sample?
Do you see what I mean? And how would you do this type of thing? There won't be a merchant account at this point, so these payment methods are the only ones available.
Thanks for any suggestions, I do need them,
M