PHP's Xpath to parse for a url in a form's action attribute

Sinabreit

New Member
Considering this HTML code:\[code\]<div id="something_unique"> <form action="http://the_needed_link"> </form></div>\[/code\]How do we get the needed link assuming that there is a lot of form tags on the page but we do only need the one that is in a div that has a unique id?
 
Back
Top