How do I get text as a variable contents from a TXT file between
certain "custom tags"?
Here is what I mean. If I have a text file named "info.txt" and it's contents are:
Then in another PHP file I might want to get things like this:
I assume I have to open, then search the TXT file for words that begin after a specified "tag" and end at the same
specified "tag" but I have no idea of the syntax to do that search.
Any help? SHould I be more clear?