How would I put the lines of a text file into an array with PHP? Thanks.
$array = file('filename.txt');