In array trovi tutto il contenuto separato;
Codice PHP:
$array=explode(',',file_get_content('filetesto.txt'));

echo 
"<pre>";
print_r($array);