Page 1 of 1

Eliminate HTML Tags

Posted: Fri Nov 17, 2006 11:30 pm
by brianbuffett
Hello all,

Please give me a big hand. I encounter a problem. before telling you what problems i encounter, let you know what i wanna do for the programming. In fact, I wanna fetch content from a webpage, just the main information. So far, i just know i can get the html content, then eliminate the irrelevant information such as the html tag, but I don't know how to eliminate the tags. Do you know any library or class for eliminating that? Or do you know any ideas for getting the content simply and easily? Please tell me your ideas.... thank you very much!!

Brian

Posted: Fri Nov 17, 2006 11:53 pm
by feyd
phpclasses.org is not the board to ask this question.
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:1. Select the correct board for your query. Take some time to read the guidelines in the sticky topic.
strip_tags() may be of interest. There have been a LOT of threads on fetching remote pages. Please seek them out first.