phpbar.de logo

Mailinglisten-Archive

[php] Seltsam: Arrays und Vars aus HTML-Forms verhalten sich unerwartet

[php] Seltsam: Arrays und Vars aus HTML-Forms verhalten sich unerwartet

Joerg Holz php_(at)_phpcenter.de
Mon, 8 Apr 2002 13:39:10 +0200


Am Montag den, 8. April 2002, um 13:32, schrieb Andreas Kempf:

>
> Beispiel (vereinfacht):
> <form ...>
> <input type=text name=foo[bar]>
> <input type=text name=foofoo>
> </form>
>
> Wenn ein Formular so aussieht, kommt der Inhalt von foofoo nicht mehr
> auf der Folge-Seite an. Sieht das Formular hingegen so aus, kommt auch
> foofoo an:
>
> <form ...>
> <input type=text name=foofoo>
> <input type=text name=foo[bar]>
> </form>
>
> Weiss jemand, woran das liegt und wie man das beheben kann?
>
> TIA, Andreas
>

nur eine idee: definierst du auf der folgeseite das array als erstes? 
also:

$foo = array();

joerg


php::bar PHP Wiki   -   Listenarchive