Ich verstehe es einfach nicht...
Ich habe ein ganz einfaches Formular:
<form action="process.php" method="post">
<input type="text" size="17" name="Inhalt">
<input type="submit" value="OK">
</form>
dazu eine php (process.php):
<?php
echo $_POST["Inhalt"];
?>
Und eine sau dumme Fehlermeldung wenn ich die Dateien ausführe:
PHP Notice: Undefined index: Inhalt in C:\Inetpub\wwwroot\pack\process.php on line 2
Was zum Kuckuck mache ich da nur falsch??
Ich habe ein ganz einfaches Formular:
<form action="process.php" method="post">
<input type="text" size="17" name="Inhalt">
<input type="submit" value="OK">
</form>
dazu eine php (process.php):
<?php
echo $_POST["Inhalt"];
?>
Und eine sau dumme Fehlermeldung wenn ich die Dateien ausführe:
PHP Notice: Undefined index: Inhalt in C:\Inetpub\wwwroot\pack\process.php on line 2
Was zum Kuckuck mache ich da nur falsch??
Kommentar