Add info from 2 separate forms
Hi
can I get some advice on whether this is workable, or even best practice.
I have a database with a login and registration script. It records basic info like name, username and password.
Once registered and logged in, I'd like them to include more info like phone, email and avatar.
Can all that just go into 1 table, and use session info to locate member_id? Do I use an INSERT query or an UPDATE query?
|