I want to build a script a register form and then divide in to parts, let me demonstrate
- Accept rules (then press Continue)
- Type username, password (then press Continue)
- E-mail (and so on) and then Continue
- To finally put all data and submit in to a database
But I’m not really sure how to do it, should I use sessions?
Give me some ideas of how you would have done it.
If you’re going to do it in PHP, your best bet would be using PHP’s Sessions. Take input from the forms on each page and store it in a session.