Skip to content

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();
?>

Clone this wiki locally