Ok I want to have it where I insert information into mysql into different tables so I can join the tables when i do a query. In order to do that I need one field in each table to be the same and a primary key right?
If not please let me know. If so, then all I have to do is do multiple sql insert commands to enter data into different tables then correct? then just run a join command referencing the primary keys correct?
Let me know if I am to confusing. I think I just confused myself!