All Bengal Principals' Council
Home
Committee
Govt Order
Notice/Correspondence
College Links
University Links
About Us
Contact Us
Let us collectively fight COVID 19. Please stay indoor and stay safe. ABPC
$con= mysqli_connect("localhost", "abpc_db", "*wmpr77Mc6enzIag","abpc_db") ; echo"
Notice No.
Date
Meeting Date
Place
Meeting
Subject
Agenda
Minutes"; $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"
"; else{echo"
";} $date=date('d-m-Y',strtotime($date)) ; echo"
$type/$no/$y
$date
$mdt
$place
$text
$mat
$r[agenda]
View File
$r[minutes]
View File
"; $i=$i+1; }