I
iwasadog
Guest
I have placed the contents of a html page into a variable and now i want to extract a link from it. I know how to extract from <a> tags but need to know how to get it from the example below:
<form id="ff" action="http://www.google.com" method="post">
Anyone know how to extract the http://www.google.com part using php?
<form id="ff" action="http://www.google.com" method="post">
Anyone know how to extract the http://www.google.com part using php?