Forum Moderators: coopster
This:
array_multisort($launchdate,SORT_DESC,$sitename,$signupbonus,$referrallevels,$payoutmin,$linknstuff,$added);
Works perfectly except that it does not reorder the $sitename array at all.
On top of that I have this:
array_multisort($hits,SORT_DESC,$id,$name,$type,$date);
In another script and it works fine.
Makes no sense to me whatsoever... hoping it's a common bug?
Thanks,
Ian