Guten Morgen,
also ich habe ein Formular:
So richtig es sind sozusagen 2 Formulare auf einer Seite. Wir mache ich das wenn ich zb. Feld 2 Abschicke das dies auch nur bearbeite wierd. sind die Form tags so richtig gesetzt das auch nur dieses Formular bearbeitet wierd ?
Gruß
Dennis
also ich habe ein Formular:
PHP Code:
<html>
<head>
<title></title>
<meta name="author" content="dennis">
</head>
<body>
<form action="" method="" target="">
<table>
<tr>
<td><input type="Text" name="" value="" size="" maxlength=""></td>
<td><input type="Submit" name="senden" value=""></td>
</tr>
</table>
<?php
// Code zum Auswerten bzw ausgabe vom such ergebniss
?>
</form>
<form action="" method="" target="">
<table>
<tr>
<td><input type="Text" name="" value="" size="" maxlength=""></td>
<td><input type="Submit" name="" value=""></td>
</tr>
</table>
</form>
<?php
//Code zum Auswerten bzw ausgabe vom such ergebniss
?>
</body>
</html>
Gruß
Dennis
Comment