Vision of The College
+Vision of The College
Character Formation through Knowledge and Value-based Education for Transformation of the Society and the Nation
-Our Mission
+ Our Mission
-
+
a) To suit the above 'Vision', the 'Mission' of the College is to provide balanced,
value-based and knowledge-based education informed by latest technology, with a view to
instilling
@@ -30,7 +50,7 @@
backgrounds
living around the institution.
-
+
b) The college aims at moulding and shaping the students as good citizens with qualities
of
mind and heart showing commitment towards the nation as well as the community in which they
@@ -40,7 +60,7 @@
to
get involved in societal transformation.
-
+
c) Needless to say that since our College was established to serve the higher education
needs
of the hapless youth, who had to bear the toll of Partition, we have always strived to spread
@@ -58,63 +78,33 @@
Notice
setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
- $stmt = $conn->prepare("SELECT * FROM `scc24` ORDER BY (`date_created` = CURDATE()) DESC, `date_created` DESC");
- // $stmt->bindParam(':type', $noticeType, PDO::PARAM_STR);
- $stmt->execute();
- $content = $stmt->fetchAll(PDO::FETCH_ASSOC);
- $serialNumber = 1;
- foreach ($content as $notice) {
- echo ''.$notice['title'].'';
- $serialNumber++;
- }
- } catch (PDOException $e) {
- echo "Error: " . htmlspecialchars($e->getMessage()) . "
";
+ foreach ($notices as $notice) {
+ echo ''.$notice['title'].'';
}
?>
-
-
- Notice
-
+ Important Links
-
+
a) To suit the above 'Vision', the 'Mission' of the College is to provide balanced, value-based and knowledge-based education informed by latest technology, with a view to instilling @@ -30,7 +50,7 @@ backgrounds living around the institution.
-+
b) The college aims at moulding and shaping the students as good citizens with qualities of mind and heart showing commitment towards the nation as well as the community in which they @@ -40,7 +60,7 @@ to get involved in societal transformation.
-+
c) Needless to say that since our College was established to serve the higher education needs of the hapless youth, who had to bear the toll of Partition, we have always strived to spread @@ -58,63 +78,33 @@
Error: " . htmlspecialchars($e->getMessage()) . "
"; + foreach ($notices as $notice) { + echo ''.$notice['title'].''; } ?>