Maybe someone can help me with this. I have a sight that is members only and right now there is no charge to join...You just put in your Username, password and email and you are granted access.
What I want to do is when they click signup...take them to a payment page where they can pay for a membership and enter their username, password and email. This info then would be passed to my current register page and then automatically into the database. Or would it be better to come from my new register page where they enter the credit card info right into my database creating access for them?
So maybe my question should be how do I pass the unsername, email and password to the mysql only on approval of the transaction?