Well I have my register done all nice, as required fields it holds your email, name, and password. When you log in it asks for your email and password.
When they log in I have it so that they have their email stored in a session, but how do I get their firstname stored in a session, even though they didn't type it? Thanks.
Couldnt you just fetch the table with php and then make something like if ($SESSION['email'] == $email ) and then somehow do it that way but i dont know but i knew its possible because my site uses something like that