$operation_by=$_get['operation_by'];
$status_2=$_get['status_2'];
$sql = "Select type_code,date_start,date_end,status_2,sender_by,operation_by From complaint_operation a left outer join complaint_solve b ON a.fiscal_year = b.fiscal_year and a.complaint_no = b.complaint_no where operation_by='".$operation_by."' ";
$result=query($sql);
พอรันหน้าแรก ปกติ แล้วพอคลิกเพื่อดูรายละเอียดในหน้า 2 มัน ERROR แบบนี้
You don't have permission to access /"bsql.php on this server.
$operation_by=$_REQUEST['operation_by'];
$status_2=$_REQUEST['status_2'];
$sql = ("Select type_code,date_start,date_end,status_2,sender_by,operation_by From complaint_operation a left outer join complaint_solve b ON a.fiscal_year = b.fiscal_year and a.complaint_no = b.complaint_no ");
$result=query($sql);