Ok im not sure wether this counts as a php question or a database question, but ill put it here anyway.
I have two fields in a database, one of which holds a foreign key that is a primary key from the other:
USER(user_ID, username, password)
USER_INFORMATION(user_info_ID, user_ID, name, DOB, email, address)
when i put data into the database from a form on a page, how can i make it so that the right user_ID goes into the USER_INFORMATION table.
Hope i put that clear enough