ต้องการเพิ่มตารางอีก 2 ตาราง
<?php
//connect db
include("connect.php");
$p_id = $_GET['p_id']; //สร้างตัวแปร p_id เพื่อรับค่า
$sql = "select * from product(เพิ่มอีก 2 ตารางตรงนี้)where p_id=$p_id";
$result = mysqli_query($objCon, $sql);
$objResult = mysqli_fetch_array($result);
?>
ทำยังไงคะ
ขอวิธี select from * product //เพิ่มอีก 2 ตาราง
<?php
//connect db
include("connect.php");
$p_id = $_GET['p_id']; //สร้างตัวแปร p_id เพื่อรับค่า
$sql = "select * from product(เพิ่มอีก 2 ตารางตรงนี้)where p_id=$p_id";
$result = mysqli_query($objCon, $sql);
$objResult = mysqli_fetch_array($result);
?>
ทำยังไงคะ