I know using an array as a key in a hash (associative array) in php will cause problems.
Something like this:
$array[$nominee]=$nominations;
where $nominee is an array itself.
Its on a wordpress site, meaning i'm reluctant to leave it up live while I know/suspect theres an error. a very quick peek created an error with the word 'offset' in it.
From memory, using => is needed, but can anyone give me the exact syntax??