Hy all !
My question is if a script can read from a HTML page few lines like this:
Let's say that the page www.mypage.com/test.html is something like this:
<HTML>
<TITLE></TITLE>
...
<BODY>
...
<!-- Comment -->
those lines I
wan't to read
<!-- Finish Comment -->
</BODY>
</HTML>
If I have the "magic script" 🙂 on this page www.test.com/magic.php can I search on test.html for
<!-- Comment --> and read the next lines until I find
<!-- Finish Comment -->.
I want to display the lines betwen Coments on page test2.html
Can somebody help me with this? or it is posible to read from a html source outside my site?
10x and see ya!