Mailinglisten-Archive |
> Stefan Langer
> Sent: Friday, July 13, 2001 11:26 AM
> schnipp ..
> <select name="test" size="5" multiple>
> <option value="1">test1</option>
> <option value="2">test2</option>
> <option value="3">test3</option>
> <option value="4">test4</option>
> <option value="5">test5</option>
> </select>
> schnipp ...
> echo $test // gibt aus 4 wenn 1 und 4 selektiert sind
> schnipp ...
Hallo Stefan,
Die Select-Variable als Array deklarieren ...
<select name="test()" size="5" multiple>
und print_r($test[0]);
sollte
Array
( [0] => 1
[1] => 4
)
enthalten.
------------------------------------
Stefan Schiller CORPEX-Support-Team
stefan_(at)_corpex.de
>>> http://www.corpex.de <<<
php::bar PHP Wiki - Listenarchive