include ("include/config.inc.php");
$search =$_REQUEST['club_name'];
$sql=("SELECT * from teacher as t inner join department as d on t.DPM_ID = d.DPM_ID inner join club as c on t.CLUB_ID = c.CLUB_ID inner join posclub as p on t.POC_ID = p.POC_ID where t.CLUB_ID=$search && t.POC_ID=5 ");