[PHP-DB] mssql and latin characters

2008-01-20 Thread Leticia Larrosa
Hello I have a MSSql 2000 database that have stored data with the follow special characters: ó, í, Ñ, á, é, ú. When I see the data through any MsSql Client I see exactly those characters. The Collation of database is: SQL_Latin1_General_CP1_CI_AS I can’t change the method of insert data in

[PHP-DB] SUMMARY: Most frequently used words

2008-01-20 Thread J Alejandro Ceballos Z
Thank you for you help, specially to Chris that gives me a clue to solve it. The solution was: // store in str_wordlist all different phrases for($i=0; $icount($arr_phrase); $arr_phrase) { $str_wordlist .= .$arr_phrase[$i]; } // store in hash_frequencywords the counting values