im trying to use preg_match to parse html, and having trouble with the expression
The html is something like this:
document.write('<a title="Title" style="text-decoration:none" href="http://www.url.com">DATA</a>');
im trying to retrieve DATA from the html which is dynamic.