All Bengal Principals' Council

Let us collectively fight COVID 19. Please stay indoor and stay safe. ABPC
"; else{echo"";} $date=date('d-m-Y',strtotime($date)) ; echo"
Notice No.DateMeeting DatePlaceMeetingSubjectAgendaMinutes"; $i=1; $result1 = mysqli_query($con,"SELECT * FROM notice order by date DESC"); while($r=mysqli_fetch_array($result1)){ $type=$r['type'];$no=$r['num'];$y=$r['year'];$mat=$r['sub'];$date=$r['date'];$text=$r['text'];$place=$r['place'];$mdt=$r['meetingdate']; $date=$r['date'];$text=$r['text'];$agendafile=$r['$agendafile'];$minutesfile=$r['minutesfile']; if($i%2==1)echo"
$type/$no/$y$date$mdt$place$text $mat$r[agenda]
View File
$r[minutes]
View File"; $i=$i+1; }