How do I INSERT and DELETE linked MySQL tables using mysqli and PHP?

前端 未结 0 1150
Happy的楠姐
Happy的楠姐 2021-01-20 13:44

I have three tables: all_students, all_parents, and students_parents (this is the link table).

I insert entries like this:

$sql = "INSERT INTO all         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题