Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Frage
#1
Hallo ich hab eine Frage über php
Ich möchte über ein html Fomular auf ei php datei zugreifen das sieht so aus

html code:
Code:
<html>
<head>
</head>
<body>
<form action="seite2.php" method="post">
Ihr Vorname:<br>
<input type="Text" name="vorname">
<input type="Submit" value="Absenden">
</form>
</body>
</html>

php code:
PHP Code:
<?php
$vorname 
$_POST["vorname"];
echo 
$vorname;
?>

Jetz hab ich das Problem wenn ich das Formula ausfühle erscheint eine lehre Seite

Dieser Fehler erscheint nicht nur bei der php datein sondern auch bei allen anderen

bitte um Hilfe
Mich kann man auch Bewerten
Da Sig
Reply


Messages In This Thread
Frage - by _toon-link_ - 19.02.2010, 19:54
RE: Frage - by SlimShady95 - 19.02.2010, 19:55
RE: Frage - by Milu2K - 19.02.2010, 19:57
RE: Frage - by SlimShady95 - 19.02.2010, 20:03
RE: Frage - by _toon-link_ - 19.02.2010, 20:09
RE: Frage - by SlimShady95 - 19.02.2010, 20:12
RE: Frage - by _toon-link_ - 19.02.2010, 20:19
RE: Frage - by Milu2K - 19.02.2010, 20:22
RE: Frage - by Black Arrow - 19.02.2010, 20:22
RE: Frage - by _toon-link_ - 19.02.2010, 20:26



Users browsing this thread: 1 Guest(s)