sorry, i made a mistake before. > > 9795 Query select > > word,def,wordid,pos,posn,wordsize,syn from korean_english where word > > like '운전할' order by wordsize desc > > in cases when you are not using the wildcard tokens (percentage signs) > try changing the query to use something like: > > ... word = '운전할' ... > i have to stick with 'like' because it matches case-insensitive, else the first word of a sentence (with a capital letter) doesn't match the db word. FYI -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php