Leggere File Su Piu Righe Php
$array = explode("\n", file_get_contents('ciao.txt'));
Muddy Manatee
$array = explode("\n", file_get_contents('ciao.txt'));