PDA

View Full Version : PHP/HTML file parser


robe1221
10-27-2003, 02:52 AM
I am looking for a module that will assist me in parsing a PHP file that could have HTML code in it. I am basically looking for the word count of actually displayed words, titles, attr, text...

Any ideas? I know about HTML::PARSER. will that parse just fine if the file has PHP in it as well?

but also I can print out from PHP without using HTML code, so I need to catch those words too.

Anyway, a link would be fine.