Selling membership
Posted: Fri Apr 20, 2007 7:41 pm
Hi,
I'm a beginner with php but I've picked up a bit in the last few days trying to solve this problem. I'm currently making a website and I'm wondering what is the best/safest way to sell membership to my site.
I have login/register php scripts and a mysql database of users.
Somewhere in there will have to be a clickbank page which is not on my domain.
What I need to know is whether to make users:
pay first then register (risk of a browser closing between payment and registration?)
or
register then pay (maybe with a 'paid' field in the database)
Either way, I'm going to need some help with scripts and layout etc.
Thanks in advance,
Finky Feke
I'm a beginner with php but I've picked up a bit in the last few days trying to solve this problem. I'm currently making a website and I'm wondering what is the best/safest way to sell membership to my site.
I have login/register php scripts and a mysql database of users.
Somewhere in there will have to be a clickbank page which is not on my domain.
What I need to know is whether to make users:
pay first then register (risk of a browser closing between payment and registration?)
or
register then pay (maybe with a 'paid' field in the database)
Either way, I'm going to need some help with scripts and layout etc.
Thanks in advance,
Finky Feke