Register User Problem

Hi all, I’m in the process of building an online shop for my work. My boss wants customers to register with us first in order to purchase from us. He wants a page where you can either register or login if you are already a member.

On that page, he wants in the register section only the users email address and for them to type a password twice, if the email address is filled and the passwords match then take them to another page where they will fill in their address, details, etc.

Problem is, I’ve done the pre-checks on the email address, etc but now stumped as to how to get the data they entered to the detailed register page - I don’t want to use the GET method. Any ideas?

Thanks in advance :slight_smile:

Use POST method and read this POST variables in the next page and Use it.