Hi there, unfortunately I am no programming whiz and desperately need some help for my new site. Is there a code/script available or is it atleast possible to have something where it counts how many times a word has been used on a page and than the percentage compared to other words used on the same page. For example: Blue (used 5 times) = 92% Red (used 2 times) = 6% Green (used 1 time) = 2% Thanks for your help.
It is possible, but you would have to parse the text as a string and then do strpos or in string function with a count. php.net has a few examples of string functions in them that do exactly what you want. strpos is not the right one but I can not remember the correct function Once you have a count it is a simple compare and mathematical function to get the rest of the details
Thanks danny for your reply, unfortunately when I look at code I go blind or something lol. Do you know of any CHEAP but good programmers on the web where I could get them to develop me a script/database in mysql I guess? Somethig around the 100 - 150 US mark?
Ernster check with Twistmyarm, I know he does some rent-a-coder stuff and is a very highly qualified developer. I simply don't have time or I would knock something together for you. It is a fairly simple piece of code even if your test is not yet in a database, it can still be parsed