PHP, mysql encoding UTF-8
问题 I'm making basic PHP & MySQL searching. Our country usually use character encoding which is utf-8 or euc-kr . when I input the keyword that is English, the result is shown well. but, input the Korean keyword, the result doesn't shown on the screen. (result count doesn't shown) I'm coding on Eclipse PDT, every html,php document's encodings are EUC-KR. I set up property. and MySQL's table collation is euckr_korean. I don't know what to do. I'm newbie on php. Code is simple. there are 2 document