|
@@ -12,7 +12,7 @@
|
|
|
</head>
|
|
</head>
|
|
|
<body>
|
|
<body>
|
|
|
<div class="container">
|
|
<div class="container">
|
|
|
- <h1>Racing Australia</h1>
|
|
|
|
|
|
|
+ <h6>Racing Australia</h6>
|
|
|
<?php
|
|
<?php
|
|
|
require_once 'dbconfig.php';
|
|
require_once 'dbconfig.php';
|
|
|
$dsn = "pgsql:host=$host;port=5432;dbname=$db;user=$username;password=$password";
|
|
$dsn = "pgsql:host=$host;port=5432;dbname=$db;user=$username;password=$password";
|
|
@@ -112,7 +112,7 @@
|
|
|
</tbody>
|
|
</tbody>
|
|
|
</table>
|
|
</table>
|
|
|
-->
|
|
-->
|
|
|
- <h1>Scratchings</h1>
|
|
|
|
|
|
|
+ <h6>Scratchings</h6>
|
|
|
<table class="table table-striped table-bordered">
|
|
<table class="table table-striped table-bordered">
|
|
|
<?php
|
|
<?php
|
|
|
$table_head = <<<TABLEHEAD
|
|
$table_head = <<<TABLEHEAD
|