Here is my problem,
I have a form to register. When you register is sends data into my table called USERS. It holds Username, Timestamp, Email, ID.
It works its fine !
The thing is i have an other table with the users INFO. called USERS_INFO. What i want to do is while registering it creates the USERNAME (primary key on both tables) on my table USERS_INFO.
So basically when you register it sends data into USERS & USERS_INFO. All the info such as email... timestamp... into the USERS and only the USERNAME into the the table USERS_INFO.
I really don't know what my query should look like ! :/