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)
))
> //arrays sortieren. ich habe ale functionen durchprobiert:
> sort(),usort() etc.
sort($wert)
must gehen, da du ja drei strings hast im array
kiri
________________
8307 305 165 1781
php::bar PHP Wiki - Listenarchive