Sorry for the long header.
My problem is as following.
I get the content of a .txt file with this code:
Code: Select all
$file = file_get_contents('./x.txt', true);all and adds it to a single row of output.
I want it to draw the information as multiple rows and echo it out as multiple rows.
I hope I make sense.
Regards,
Thomas