How can I use PHP to grab some html from a different (local) page?
I have a page "Product1.htm" and I want the text from the div with the class"price" to be found and then displayed on a different page: "Products_overview.htm". So inside Products_overview.htm is something, PHP i guess, which targets product1.htm and displays the contents of "Price" DIV.
No idea how to do this though I'm sure it must be embarrassingly simple! Any help?