Is this even possible...
Say I have some text with a link with a class of 'click':
<p>I am some text, i am some text, i am some text, i am some text
<a class="click" href="http://www.google.com">I am a link</a>
i am some text, i am some text, i am some text, i am some text</p>
Using PHP, get the link with class name, 'click', then get the href value?