I need to merge two separate arrays of threads to replace the normal stuff on forumhome.
I have an array, $threadbits and an array $global_threadbits, and I need to merge them and display by last posttime descending.
PHP Code:
$threadbit = $threadbit . $global_threadbit;
I need an array_multisort that will use the lastposttime key descending. Anyone have any ideas? I've been pounding on this for hours.
Thanks,
Mark