我想根据其他表中的外键显示与特定主键相关的记录。如何使用 php 在其他表中显示该主键的记录?
例如:
table1
primary key 1: plate#1
primary key 2: plate#2
primary key 3: plate#3
table2
primary key 1: destination|route|revenue|plate# 1
primary key 2: destination|route|revenue|plate# 3
table3
primary key 1: diesel price|number of liters|plate# 1
primary key 2: diesel price|number of liters|plate# 3
我已经创建了一个页面,该页面将显示table1
. 我想在创建数据库时显示与数据相关的数据,table1
它们已经相互关联。我的问题只是显示与. 我想为 just 、另一个 for等显示记录。table2
table1
table1
plate#1
plate#2