PHP code:
Array
(
    [0] => Array
        (
            [releaseid
] => 1
            [name
] => Back
.To
.The
.Future
            
[filesize] => 1173363271
            [files
] => 26
            [creation
] => 1269378095
        )
 
    [1] => Array
        (
            [releaseid
] => 2
            [name
] => Future
.To
.The
.Past
            
[filesize] => 24000
            [files
] => 25
            [creation
] => 1269491369
        )
} 
That's what the actual format is for a $release[], so I'm not sure how array_flip will work, I assume extra work will be needed (

)
The code works, all that needs to be done is a proper flip 
