peacecodotnet
Programmer
I have an HTML document in a string $HTML. I want to use preg_match_all() to print out all of the pages that this page links to. So if $HTML contained
<a href="<a href="
The php script would print out:
/
/index.cfm
How do I do this?
Peace out,
Peace Co.
<a href="<a href="
The php script would print out:
/
/index.cfm
How do I do this?
Peace out,
Peace Co.