Extracting specific Html codes from websites
Posted: Wed Aug 20, 2008 11:16 pm
Hi everyone,
I need help in extracting html codes from websites.
There are some program that can extract captchas from websites. Some directories submitter software has it.
Let me give an example for a better picture.
let's say I want to extract form codes from a page.
So I want this program/script to extract the whole codes from
<form.... until ...</form>
How do I do that in php?
I need help in extracting html codes from websites.
There are some program that can extract captchas from websites. Some directories submitter software has it.
Let me give an example for a better picture.
let's say I want to extract form codes from a page.
So I want this program/script to extract the whole codes from
<form.... until ...</form>
How do I do that in php?