Was tippst du im Browser in die Adresszeile, um das Formular aufzurufen?
Was steht im Action-Parameter des Formulars?
Was steht im Action-Parameter des Formulars?
$id = $_REQUEST['id'];
// ...
echo '<form method="post" action="">';
echo '<input type="hidden" name="id" value="'. $id .'">';
// ...
EDIT:
.../illnez/index.php?id=1 Ich seh da schon wieder drei Punkte!
$id = $_REQUEST['id'];
// ...
echo '<form method="post" action="">';
echo '<input type="hidden" name="id" value="'. $id .'">';
// ...
EDIT:
.../illnez/index.php?id=1 Ich seh da schon wieder drei Punkte!
Kommentar