beh in php è semplice:

Codice PHP:
<?php
$file 
file("tuofile.txt");
foreach(
$file as $line) {
  echo 
$line "
"
;
}
?>
voilà!!