Birden insert sorguları

0 Cevap php

Ben gibi, temelde aşağı basamakla üç tablo var:

  • konu
  • section (references konu id)
  • subsection (references konu id and section id)

İlk konu / bölüm / alt bölümüne oluşturmak için yazma mysql tabloların iyi yöntem bu yüzden id nin (auto_incremented) yeni oluşturulan satır kapmak ve ikinci ikiye onları eklemek için kullanabilirsiniz nedir?

edit I'm using phpbb3, dunno if that makes a huge difference, but I normally use the $db-sql_query() function

0 Cevap