This is our games table

"; while ($a = pg_fetch_row($res)) { echo ""; for ($j = 0; $j < pg_num_fields($res); $j++) { echo "" . $a[$j] . ""; } echo ""; } echo "\n"; ?>