-
Notifications
You must be signed in to change notification settings - Fork 6
Example
Marcel Haupt edited this page Dec 25, 2016
·
5 revisions
<?php
require "config.inc.php";
require "functions.inc.php";
$driver = new mysqli_driver();
$driver->report_mode = MYSQLI_REPORT_ERROR;
$simStats = new SimStats(new mysqli($MYSQL_HOST, $MYSQL_USER, $MYSQL_PASS, $MYSQL_DB));`
echo "<h2>Pilots</h2><br><br>";
$this->echoPilotsTable();
?>