Hi,
I have a database(Mysql), consists of 4 tables(users,adress_book,etc). In table user i have Id keys linked to adress_book. So, in case i want to insert a new user i need to update more then 2 tables(no problem), and (here i have my bottleneck) give to id keys in both tables the same number - i have made it but my script looks very ugly and big. Can anyone put me to some materials(articles)with descriptions of successfull techniques?
Thx,
Andriy U