Mailinglisten-Archive |
> > $wert_01 = array(htmlentities($db->f(1))); > > $wert_02 = array(htmlentities($db->f(2))); > > $wert_03 = array(htmlentities($db->f(3))); > > //arrays verbinden > > $wert = array_merge($wert_01, $wert_02, $wert_03); > > tststs > $wert = > array(htmlentities($db->f(1)),htmlentities($db->f(2)),htmlentities($db->f(3) > )) Nein, geht leider nicht. Es wird zwar nach htmlentities($db->f(1)) sortiert, aber die Einträge htmlentities($db->f(2)) etc. werden unsortiert dazwischengesetzt. > > //arrays sortieren. ich habe ale functionen durchprobiert: > > sort(),usort() etc. > > sort($wert) > must gehen, da du ja drei strings hast im array Habe ich eigentlich auch gedacht > kiri Hast du noch eine weitere Idee? Frank -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net
php::bar PHP Wiki - Listenarchive