php keyword density script

ziqziq

Newbie
Joined
Jul 18, 2010
Messages
18
Reaction score
0
Hello all,

i would to find a simple php script to analyze the keywords density on a webpage
all i can find on internet dont work with accents
perhaps someone has one
thanks
 
accents?

I think the problem is that those scripts are not set to work with utf-8. I 've done keyword density for one of my scripts and it needed special care to work with non-english characters. This is because PHP < 6 is not utf-8 languague.
 
thanks for your answer jazz, perhaps i could try to modyfy your script? possible? for sharing?
 
Back
Top