include("header_last.php");
include("log_out.php");
$get=mysqli_query($conn,"SELECT * FROM bfda_membertype where mmbrtpslno='".$_GET['sl']."'");
while($row = mysqli_fetch_array($get)){
$amemtype=$row[memtypnm];
}
$b=1;
$get1=mysqli_query($conn,"SELECT * FROM bfda_letter where let_type='ban' order by let_slno ASC");///**LETTER SEARCH
while($row1 = mysqli_fetch_array($get1)){
// $abd="
".$row1[lettr]."";
$abd=$row1[lettr];
$a=0;
$get2=mysqli_query($conn,"SELECT * FROM bfda_memberinfo where shortb='".$row1[lettr]."' and memtypnmhd='".$amemtype."' and chkd=1");///**LETTER SEARCH
while($row2 = mysqli_fetch_array($get2)){
if ($a==0){
$a=1;
}else{
$abd=" ";
}
// $bd=$bd."| ".$abd." | ".$row2['prichalok_nameb']." | |
";
$bd=$bd."".$abd." ".$row2['prichalok_nameb']."";
// $bd=$bd."".$row2['prichalok_nameb']."";
$b=$b+1;
}
}
//------------------
// $bd=$row[memtypnm];
// $get1=mysqli_query($conn,"SELECT * FROM bfda_memberinfo where memtypnmhd='".$row[memtypnm]."' order by memtypnmb ASC ");
// while($row1 = mysqli_fetch_array($get1)){
//echo "".$row1['memtypnmb']."";
//$bd=$bd."".$row1['prichalok_nameb']."";
// }
//}
?>
Members Information
MEMBERS
DIRECTORY
echo $hd;?>
include("footer.php");?>