hi,
sry, but i just started another script, where i tried the natsort() again...
and there it works!!!
so i headed back to my old script, fixed it and ... php.exe hangs up ๐
...hm, it says, that "memory could not be written"!!!
so the prob should be in my code, but i CANT find it! natsort() is in both scripts included in the same way! ...HOLD IT, i think i know the error.
In example 1 (the working 1), i have an array like array[$i]
In example 2 (the #*/)")=(ยง)& 1), i have an array like array[$i][$j]!!!
so, perhaps natsort cannot sort such an array?
...but my problem is, that i need the [$i] part be sorted alphabetically, so if i would say natsort(array[$i]) the [$j]-part would be sorted, wouldnt it?
hm, ...ill try some things...
if i find anything, ill leave u a notice ๐
so long,
Duncan McLord