onPHP5.com

PHP5: Articles, News, Tutorials, Interviews, Software and more
  
Featured Article:
Learning PHP Data Objects
 
 
Thu, 24 Jul 2008
 Home   About   Contribute   Contact Us   Polls  RSS feed-icon-10x10.gif
Top Tags
article book conference mysql mysqli news onphp5 oop pdo php5 poll prado security solar symfony unicode zend zend core zend framework zend platform
More tags »

Not logged in
Login | Register


Articles: mysql

What Our Users Are Saying

dennisp (editor) on Sorting Non-English Strings with MySQL and PHP (Part 1)
Friday, 11 April 2008, 16:53
To #4 Have you ensured that the user data comes in the same charset as... more »

musy on Sorting Non-English Strings with MySQL and PHP (Part 1)
Thursday, 10 April 2008, 13:54
i get good result when i say; select * from table_name; but when i select... more »

dennisp (editor) on Sorting Non-English Strings with MySQL and PHP (Part 1)
Sunday, 11 February 2007, 08:26
In reply to #2: SET NAMES is a shorthand for these... more »

Sorting Non-English Strings with MySQL and PHP (Part 1)

By dennisp | views: 5170 | comments: 5 | 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.



© 2008 onPHP5.com