Hallo Sabine
$sql="SELECT * FROM $dbtabelle WHERE tag=$day AND monat=$hmonth AND jahr=$njahr ORDER BY stunde,minute";
Füge hier bitte ein
echo $sql;
ein.
$satz = mysql_query($sql) or sql_error();
Warning: Missing argument 1 for sql_error() in C:\php\xampp\htdocs\Volkmar\termin\config.inc.php on line 22
Die hast Du uns ja nicht gepostet, können wir nichts dazu sagen.
MySQL Error 1064: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND monat= AND jahr= ORDER BY stunde,minute' at line 1
In $hmonth steht der Leerstring drin, bzw. $hmonth ist nicht gesetzt.
Gleiches gilt für $njahr.
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\php\xampp\htdocs\Volkmar\termin.php on line 63
Folgefehler
Wo ist der Wurm?
Ganz sicher in der SQL-Anweisung.
Eventuell auch noch sonstwo.
Freundliche Grüße
Vinzenz