Is there a way to use php include command to include only a part of a file?
For exampel if a html file has two lines in it
LINE ONE
LINE TWO
I want to use php include to only include LINE TWO in my website.
For exampel if a html file has two lines in it
LINE ONE
LINE TWO
I want to use php include to only include LINE TWO in my website.

Comment