razonklnbd at yahoo dot com
on Sorting Non-English Strings with MySQL and PHP (Part 1)
Sunday, 11 February 2007, 04:02
what about befoe start mysql query like following... mysql_connect( "localhost" ,"root"," root"); mysql_select_ db("dbname" );... more »
By dennisp
| views: 6821 |
comments: 4 |
on Monday, 15 January 2007, 22:57
When it comes to storing textual data in a database and then sorting them alphabetically, many developers face a common problem - the database won't sort strings in their language. This short series is an advice that may suit almost all needs.