phpbar.de logo

Mailinglisten-Archive

[php] Formularfelder mehrfach übergeben

[php] Formularfelder mehrfach übergeben

Marco Kaiser php_(at)_phpcenter.de
Thu, 20 Dec 2001 13:55:37 +0100


Hi,
das wird dir sicher helfen.

<input type='text' name='anzahl[]'>
<input type='hidden' name='p_id[]' value='1'>
<input type='text' name='anzahl[]'>
<input type='hidden' name='p_id[]' value='2'>
<input type='text' name='anzahl[]'>
<input type='hidden' name='p_id[]' value='3'>
<input type='text' name='anzahl[]'>
<input type='hidden' name='p_id[]' value='4'>
<input type='text' name='anzahl[]'>
<input type='hidden' name='p_id[]' value='5'>

du hast dann 2 Array's. Ich würde dann aber an deiner Stelle noch nen
Index mit nehmen.
anzahl[1] ...
p_id[1] ...


-- Marco


php::bar PHP Wiki   -   Listenarchive