Append href attribute in hyperlinks with URL in PHP and DOM

Fbthalsa

New Member
I'm using DOM's \[code\]loadHTMLFile\[/code\] to grab a page from elsewhere.I need to find all hyperlinks on the page and then append them so they begin with another, fixed address. E.G.:Take:\[code\]<a href="http://www.google.com"> Google yay! </a>\[/code\]And turn it into:\[code\]<a href="http://cheese.com/http://www.google.com"> Google yay! </a>\[/code\]Unsure of how to go about doing this. Many thanks in advance for any help. E-Beer for the correct answer.
 
Back
Top