Mailinglisten-Archive |
Hallo auch...
> <input ... name='name1'>
> <input ... name='name2'>
> <input etc...
Was haelst Du von
<input type="text" name="input[]">
<input type="text" name="input[]">
<input type="text" name="input[]">
<input type="text" name="input[]">
Dann kannst Du mit
for($i=0; $i<count($input); $i++) {
$input[$i] = wert_vom_xten_input;
}
die Variablen auslesen und es ist flexibel, wieviele INPUTs Du hast...
War das das, was Du meintest?
MfG
Wilko
php::bar PHP Wiki - Listenarchive