View Single Post
Old 04-12-2013, 12:29 PM   #2
davidmerinas
Registered User
 
Join Date: Apr 2013
Location: Cordoba (Spain)
Posts: 8
if your array is

array('key'=>'value')

This function array_flip returns
array('value'=>'key')

I hope this helps. Bye!
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
davidmerinas is offline   Reply With Quote