i want to put a .txt file in folder on Webserver.
Via PHP i want to get the content of the .txt file placed on the Startpage of a Webside.
The Text file i want to code with Placeholders, like this form
[Title]
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam
[BREAK]
[Headline]
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam
The Placeholders should generate the CSS or the HTML of the Text automatically, like [Title] = H1 or [Break] = < /br>
So my question, how can i do it?