irgend wie habe ich Tomaten auf den Augen.... es ist doch zum k....en:
und ich bekomme sowas angezeigt.....
Notice: Undefined index: preis in ........\\mailer_test\\ausgabe_1.php on line 16
hiiiilfeeeee ich kann nicht mehr.......
PHP-Code:
<html>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<body>
<form action="anfrage.php" method="post">
<?php
error_reporting(E_ALL);
/* ´Berechnung */
$preis = $plattenl_1 * $plattent_1 * 0.5 ;
echo "$preis";
?>
<td width="100"><input type="hidden" name="plattenl_1" value="<?php echo $_POST['plattenl_1']; ?>" /></td>
<td width="100"><input type="hidden" name="plattent_1" value="<?php echo $_POST['plattent_1']; ?>" /></td>
<td width="100"><input type="hidden" name="preis" value="<?php echo $_POST['preis']; ?>" /></td>
<table >
<tr>
<td width="93">Vorname:</td>
<td width="100"><input type="text" name="vorname" size="24" /></td>
</tr>
<tr>
<td width="93">Nachname:</td>
<td width="100"><input type="text" name="name" size="24" /></td>
</tr>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top" width="20"></td>
<td align="left" valign="top" width="150"><input style="width: 100px" type="reset" value="Löschen"></td>
<td align="left" valign="top" width="20"></td>
<td align="left" valign="top" width="150"><input style="width: 150px" type="submit" value="Bestellung versenden"></td>
</tr>
</table>
<p></p>
</form>
</body>
</html>
Notice: Undefined index: preis in ........\\mailer_test\\ausgabe_1.php on line 16
hiiiilfeeeee ich kann nicht mehr.......
Kommentar