AW: Bundesliga Tippspiel
So hier mal meine DB mit ein paar Inhalten.
--
-- Tabellenstruktur für Tabelle `tipps`
--
CREATE TABLE IF NOT EXISTS `tipps` (
`id` int(2) NOT NULL auto_increment,
`spiel_id` int(11) NOT NULL,
`tipper_id` int(11) NOT NULL,
`tipph` int(11) NOT NULL,
`tippg`...