[PHP] Extract specific div element from page

2007-06-15 Thread Anthony Hiscox
Hey folks, I need to pull the contents inside of a specific div out of a page, and write it to a separate file. In this instance I am taking everything inside of div id=content/div tags from a wordpress blog, this will give me only the content and not the menus, or other stuff. I need to do this

Re: [PHP] Extract specific div element from page

2007-06-15 Thread Myron Turner
Anthony Hiscox wrote: Hey folks, I need to pull the contents inside of a specific div out of a page, and write it to a separate file. In this instance I am taking everything inside of div id=content/div tags from a wordpress blog, this will give me only the content and not the menus, or other