Shawn McKenzie
2014-05-06 16:01:01 UTC
array_multisort(array_column($result, 'bibleAnagramWord'), SORT_ASC,
$result);
array_multisort($bibleAnagramWord, $reference, $most_popular_views);
Cheers,
tedd
_______________
tedd sperling
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
$result);
How can I sort this array alphabetically by â bibleAnagramWord â ---
keeping it with the same â reference â and â most_popular_views â values?array_multisort($bibleAnagramWord, $reference, $most_popular_views);
Cheers,
tedd
_______________
tedd sperling
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php