HI. I've tried other codes, but they don't seem to work. What I'm trying to do, is grab a result from google's shopping page, and display it on my page. I only want the title, which is in the tag:
<h3 class="result-title">TITLE</h3>
How do I do that in PHP?
Thanks!