. */ include("./include/include.php"); admin_header(); if( !in_array("application_viewfee", $_SESSION['sess_functions']) ) { echoln("You are not authorized to see this page."); }else { echoln("
| Fee | Count | Amount |
|---|---|---|
| € ".number_format($row['FeePaid'], 2, ",", ".")." | "); echoln("".$row['count']." | "); echoln("€ ".number_format($row['FeePaid']*$row['count'], 2, ",", ".")." | "); $total += $row['FeePaid']*$row['count']; echoln("
| Total: | € ".number_format($total, 2, ",", ".")." | "); echoln("