D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
diafrica
/
public_html
/
Filename :
undergraduate-admissions.php
back
Copy
<?php include 'includes/config.php'; $page_title; $page_title = ucfirst(basename(__FILE__, '.php')); if ($page_title === 'index') { $page_title = 'Home'; } $page_title = "Undergraduates Admission"; include 'section/header.php'; include 'section/pages-header.php'; include 'includes/functions.php'; $Functions = new Functions(); ?> <!DOCTYPE html> <html dir="ltr" lang="en"> <!-- Start main-content --> <div class="main-content"> <div class="main-content-area"> <!-- Mission And Vision --> <br><br> <section> <div class="container bg-light"> <div class="section-content"> <?php $query = "SELECT * FROM content WHERE id='4'"; $query_run = mysqli_query($con, $query); while ($row_post = mysqli_fetch_array($query_run)) { $title = $row_post['title']; $contenter = $row_post['content']; ?> <div class="row align-items-center"> <div class="col-sm-12 col-md-12 col-lg-12 col-xl-12"> <h3 class="text-uppercase font-weight-800 mt-0 mb-0 line-height-1">Under-Graduates Admission</h3> <img src="images/blog/undergraduates_admission.jpeg" alt=""> <p class="text-justify">The minimum entry requirements are credit level passes in 5 subjects at one sitting, including English language and Mathematics, or 6 Credits in two sittings at the SSCE/GCE O’Levels or NECO Examinations UTME: Candidates must sit for the Unified Tertiary Matriculation Examinations of JAMB and obtain the prescribed cut-off marks as a statutory requirement for entry into Nigerian Universities. Candidates must ensure that their UTME subject combination qualifies them for their chosen programme in the Institute Candidates must also fulfil the demands of the Post UTME Screening exercise.</p> <p><a href="https://admissions.di-online.org/">Begin Application Here</a></p> </div> </div> <?php } ?> </div> </div> </section> </div> <!-- end main-content --> <?php include_once 'section/footer.php'; ?>