You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!$con) {die('Could not connect: ' . mysqli_error($con));}
$c = $_GET['c'];
//$b = $_GET['b'];
//PCV_Cluster='".$c."' and
$data=array();
$q=mysqli_query($con," select * FROM das_chw a INNER JOIN(SELECT DAS_Q106, MAX(DAS_VisitNo) 'LVDate' FROM das_chw GROUP BY DAS_Q106)c ON a.DAS_Q106=c.DAS_Q106 AND a.DAS_VisitNo=c.LVDate WHERE a.cluster = '".$c."'");