Mailinglisten-Archive |
> Ulf Wendel schrieb: > > $data = array(); > > while ($this->db->Next_Record() ) > > $data[] = $this->db->Result; > ^^ > > Muß hier keine Indexvariable in die Klammern? Müssen: Nein. $x = new array(); $x[] = "a"; $x[] = "b"; $x[] = "c"; $x[] = "d"; $x[] = "e"; ergibt eine Array mit Länge 5 und a,b,c,d,e in den einzelnen Feldern. Franz -- http://www.Locked.de [Franz Graf - Webdesign ] [FutureByte GmbH - Net Development Equipment] [http://www.futurebyte.net ]
php::bar PHP Wiki - Listenarchive