Eliminate HTML Tags

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
brianbuffett
Forum Newbie
Posts: 3
Joined: Thu Nov 02, 2006 11:18 pm

Eliminate HTML Tags

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
Post Reply