Hi
I would like to have a system where I offer a free service, and then two other tiers where people pay different amounts for a different service, so say £5 and £10. I want this to be put into a MySql database, so I'll have a column and for each row there will be a value 1,2 or 3 representing whether they have paid or not and this will then influence the service they receive.
So when they register the details they will be given an option of what level of service they want, and then when the payment is processed this will be reflected in the MySql database.
What is the best way to go about this? I don't have any experience in this area with paypal etc. making sure the payment goes through and is legitimate etc. So any suggestions on how to do this - whether there is a simple way I can do it myself, a paid for service or anything else, as long as it is not too expensive.
Thanks in advance