Hey guys and gals,
I am looking for the code to pull words from the source of my HTML pages. I used to have something that did this in ASP but I can not find it anywhere. I am sure it is just as easy to do in PHP only I am dumb founded. It was a page with a text box that I copied my html source into and when I hit sumbit it would extract the words I was looking for.
Example: I want to search for the letters bullet and in the html it had "vbulletin, bullet holes, and large bullets". The script would pull out any instance of the word bullet including the entire word so from the above it would grab:
vbulletin
bullet
bullets
I know this can be done but I can figure it out. Any help would be greatly appreciated. Thanks in advance...
David Smith
I am looking for the code to pull words from the source of my HTML pages. I used to have something that did this in ASP but I can not find it anywhere. I am sure it is just as easy to do in PHP only I am dumb founded. It was a page with a text box that I copied my html source into and when I hit sumbit it would extract the words I was looking for.
Example: I want to search for the letters bullet and in the html it had "vbulletin, bullet holes, and large bullets". The script would pull out any instance of the word bullet including the entire word so from the above it would grab:
vbulletin
bullet
bullets
I know this can be done but I can figure it out. Any help would be greatly appreciated. Thanks in advance...
David Smith
Comment