<?php
include "*Datenbankconnectdatei*";
$sql = "INSERT INTO spiele
(ht, at, htpkt, atpkt)
VALUES
('".$_POST['htsp']."',
'".$_POST['atsp']."',
'".$_POST['htpkt']."',
'".$_POST['atpkt']."',
NOW())";
mysql_query($sql) OR die(mysql_error());
?>
Ich habe vorher ein Forumlar in dem ich wirklich exat die gleichen Werte eintragen lasse. Ich wes ned, warum das nicht will...

Hilfe
Neues Thema
Antworten

Nach oben


