Moin Leute !!
Ich hab auf meiner Seite mehrere Formulare :
<form name='form1' action='script1.php'>
...
...
...
...
...
<input type='submit' name'subform1'>
</form
<form name='form2' action='script2.php'>
...
<input type='submit' name'subform2'>
</form
<form name='form3' action='script3.php'>
...
<input type='submit' name'subform3'>
</form
<form name='form4' action='script4.php'>
...
<input type='submit' name'subform4'>
</form
Jeder Submit -Button ruft eine andere php-Seite auf .
Ich müsste aber ,egal welcher Button gedrückt wird, einen Update-Befehl auf eine Datenbank ausführen .
Vielleicht hat jemand eine Idee !!!
Gruss Jochen
Ich hab auf meiner Seite mehrere Formulare :
<form name='form1' action='script1.php'>
...
...
...
...
...
<input type='submit' name'subform1'>
</form
<form name='form2' action='script2.php'>
...
<input type='submit' name'subform2'>
</form
<form name='form3' action='script3.php'>
...
<input type='submit' name'subform3'>
</form
<form name='form4' action='script4.php'>
...
<input type='submit' name'subform4'>
</form
Jeder Submit -Button ruft eine andere php-Seite auf .
Ich müsste aber ,egal welcher Button gedrückt wird, einen Update-Befehl auf eine Datenbank ausführen .
Vielleicht hat jemand eine Idee !!!
Gruss Jochen
Kommentar