Page 1 of 1

Extracting HTML from web pages

Posted: Mon Feb 06, 2006 9:20 am
by welsh_sponger
I want to extract the html from a web page to manipulate the html once i have it.

How do i achieve this?

Thanks in advance

Posted: Mon Feb 06, 2006 9:24 am
by Chris Corbyn
Search this forum... you're by far not the first to ask this:

file_get_contents()
preg_match()