phpbar.de logo

Mailinglisten-Archive

[php] variable variablen? - problem mit form

[php] variable variablen? - problem mit form

Wilko Heyl heyl_(at)_muenster.de
Fri, 21 Jan 2000 17:59:28 +0100


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