Ok so I have a txt file (mytxt.txt)
Content inside is saved like this
name (username)
name (username)
And I'm trying to get these lines and put them in a HTML <li>
element but I can't figure out how
What im trying to do is to get every line of the document to echo in a difrent <li>
HTML element