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'];
$data=array();
//$q=mysqli_query($con,"select distinct a.Village_Code, a.Village_Name, a.Union_Code, b.PCV_Cluster from village a inner join tbl_pcv_cluster_div b on a.Union_Code = b.Union_Code");
$q=mysqli_query($con,"SELECT a.*, b.PCV_Cluster FROM `village` a left join tbl_pcv_cluster_div b on a.Village_Code = b.VILL_Code group by a.Village_Code");