How can I read whats in a text file and display it on the page. Say the text file looks like:
This
is
a
test
of
the
file

How can I display it on the website? Also is there a way i can delete a certain row such as the word test so the text file would look like:
like:
This
is
a
of
the
file

Thanks