So here’s my code:
Array ( [0] => 0 [1] => 1 [2] => 2 [3] => 3 [4] => 4 [5] => 5 [6] => 6 [7] => 7 [8] => 8 [23] => 23 [24] => 24 )
It’s missing some keys and I’d like to split this array in two based on those missing keys and then display the highest and lowest keys from those two arrays…
EX: 0-8 & 23-24
Help!
this code may be solve your problems:
i tested it, and run perfectly like your request :). And the result is: