All Bengal Principals' Council

Select GOVT. ORDERS
click
Let us collectively fight COVID 19. Please stay indoor and stay safe. ABPC
"; else{echo"";} $date=date('d-m-Y',strtotime($date)) ; echo""; else{echo"";} $date=date('d-m-Y',strtotime($date)) ; echo"
YearDateOrder No.Type SubjectLink"; if($_POST['type']==''){ $i=1; $result1 = mysqli_query($con,"SELECT * FROM go order by date DESC"); while($r=mysqli_fetch_array($result1)){ $y=$r['year'];$sub=$r['sub'];$date=$r['date'];$link=$r['link'];$order=$r['orderno'];$type=$r['type']; if($i%2==1)echo"
$y$date$order$type $sub View File
"; $i=$i+1; } } else{ $type=$_POST['type']; $i=1; if($type=='yr')$result1 = mysqli_query($con,"SELECT * FROM go where year='$yr' order by date DESC"); $result1 = mysqli_query($con,"SELECT * FROM go where type='$type' order by date DESC"); while($r=mysqli_fetch_array($result1)){ $y=$r['year'];$sub=$r['sub'];$date=$r['date'];$link=$r['link'];$order=$r['orderno'];$type=$r['type']; if($i%2==1)echo"
$y$date$order$type $sub View File
"; $i=$i+1; } }