mmm credo che intendesse un'altra cosa tipo

Codice PHP:
$file_path="./file.txt";

$data file_get_contents$file_path );
$data str_replace(  array( "\n" "\r" ) , " " $data );

echo 
$data