PHP-Code:
<form name="comment" method="post">
<center>
<table width="500" border="0" cellpadding="5" cellspacing="0">
<tr>
<td><font face="arial" style="font-size:14px" color="#000000">Name</font></td>
<td>
<input type="text" name="name" size="20">
</td>
</form></table>
<?php
$inputname="<center><table width=\"416\" CELLSPACING=\"2\" cellpadding=\"0\" border=\"0\"><tr width=\"208\"><td bgcolor=\"#8d8d8d\"><font face=\"Acrial\" color=\"black\" style=\"font-size:16px;\">
Name:".$name ."</font></tr></td></table></center>";
//Muss ich so machen, das später noch andere Textfelder
//dazukommen
$zeile=$inputname;
$dateiname="eintraege.inc";
$datei=fopen($dateiname, "a");
fwrite($datei,$zeile);
fclose($datei);
?>
Hi Leutz!
Habe eine Datei (gästebuch.php3) mit obigem Code....
Php sagt immer folgendes:
Warning: Undefined variable: name in e:\inetpub\wwwroot\gaestebuch.php3
Weiß nicht warum die Variable undefiniert sein soll...
Sie ist doch im input name definiert?????
Hab noch php 4.1.2
cya
trekkie2003
Kommentar