"; $url = $_SERVER['REQUEST_URI']; $path = explode("/",$url); // var_dump($path[1]); $db = "logisys3_mum"; $Query = "select fboardcode, fboardname, funivcode, funivname, date_format(now(), '%d/%m/%Y %r') as fdate FROM {$db}.masboard, {$db}.control c order by fboardcode"; $result = mysqli_query($conn, $Query); $row = mysqli_fetch_assoc($result); $Query2 = "select distinct fdeggrp from {$db}.masqp where ifnull(fdeggrp,'') <> '' and fdeggrp <> ''"; $result2 = mysqli_query($conn, $Query2); $row2 = mysqli_fetch_assoc($result2); ?>

Script Statistics (This report is being provided on a pilot basis)

Select Degree Group
Select Board
Select Exam
3) { $lastthree = substr($num, strlen($num)-3, strlen($num)); $restunits = substr($num, 0, strlen($num)-3); // extracts the last three digits $restunits = (strlen($restunits)%2 == 1)?"0".$restunits:$restunits; // explodes the remaining digits in 2's formats, adds a zero in the beginning to maintain the 2's grouping. $expunit = str_split($restunits, 2); for($i=0; $i