Extracting HTML from web pages

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
welsh_sponger
Forum Newbie
Posts: 14
Joined: Fri Feb 03, 2006 7:46 am

Extracting HTML from web pages

Post 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
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Search this forum... you're by far not the first to ask this:

file_get_contents()
preg_match()
Post Reply