Hi,
I was just wondering how I could get a plain text file into a HTML-page. The problem is that I don't want to have that randomized.. Anyone who wants to help me with that?
Thanks in Advance
you can use include("myfile.txt") or echo join("",file("myfile"));