phpbar.de logo

Mailinglisten-Archive

[php] =?iso-8859-1?Q?AW:_=5Bphp=5D_Formularfelder_mehrfach_=FCbergebe n?=

[php] AW: [php] Formularfelder mehrfach übergebe n

Ticketpool php_(at)_phpcenter.de
Thu, 20 Dec 2001 14:52:25 +0100


Hi Marco,

erst mal vielen Dank. Das Problem ist wie gesagt ich bin kein Profi. Hab
noch nie was mit Arrays gemacht.

Wie binde ich dieses Array denn ein, d.h. wie sieht der Teil drum herum aus
und wie gebe ich die Werte dann weiter??

Danke
Holger

 -----Ursprüngliche Nachricht-----
Von: 	php-admin_(at)_phpcenter.de [mailto:php-admin_(at)_phpcenter.de]  Im Auftrag von
Marco Kaiser
Gesendet:	Donnerstag, 20. Dezember 2001 13:56
An:	php_(at)_phpcenter.de
Betreff:	RE: [php] Formularfelder mehrfach übergeben

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
--
** http://www.php-center.de **
Die PHP-Liste: mailto: php_(at)_phpcenter.de
http://lists.phpcenter.de/mailman/listinfo/php


php::bar PHP Wiki   -   Listenarchive