Flipping an array
Posted: Mon Oct 24, 2005 2:22 am
I want to flip an array without using array_flip funtion because i cant seem to find a way to include the duplicate values like [4]=>10 and [5]=>10, flipping this will result in [10]=4 and losing the value of 5...