I want to extract some info from one page and insert it into another page.
I have a section of a page that looks like this:
How do I extract and write the " My Text......" to another page?
I have a section of a page that looks like this:
HTML:
<!-- start content -->
<div id="content">
<div class="post">
<h1 class="title"><p>Title</p></h1>
<div class="entry">
My Text........
</div
</div>
</div>
<!-- end content -->
How do I extract and write the " My Text......" to another page?
Last edited by a moderator: