Sostituisci
Codice PHP:
while (list(,$parola) = each ($keys)) 
con
Codice PHP:
foreach($keys as $parola
il resto va benissimo