PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
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...