Membership levels PHP
Posted
by Ben
on Stack Overflow
See other posts from Stack Overflow
or by Ben
Published on 2010-04-17T04:08:16Z
Indexed on
2010/04/17
4:13 UTC
Read the original article
Hit count: 296
php
I want to make someone able to register on my site (or upgrade their current account) with one of 3 membership levels. When someone selects the membership level (or upgrades their current account) and registers, they will register under that membership level and payment will be started from there. My real question being how do I make someone able to sign up (or upgrade) an account upon registration (for new accounts) and upgrade for existing accounts and have this happen automatically so I dont have to do them all by hand?
Thanks!
Benjamin
© Stack Overflow or respective owner