我有 4 个表,表中'tbl_Order'
有每个客户的单个记录。在表'tbl_OrderDetail'
中,每个客户有超过 1 个服务(记录)。在表中 'tbl_services'
有超过 10 个预定义服务。inch table的 'tbl_users'
里面有客户的基本信息。
我的问题是:如何使用 PHP 和 MySql 获取每个客户的数据。我的表格详细信息如下:
tbl_Order: Order_ID,Order_Type,Order_Date,Time,Customer_ID,Booking_Type,Booking_Status,Order_No,Car_No,Booking_Date
tbl_OrderDetail: ID,Order_ID,Service_ID
tbl_services : Service_ID,S_Name,S_Price
tbl_users : Customer_ID ,User_Name