IT/PHP

[PHP] mysql 연동시 한글 저장

DongChul 2015. 8. 5. 11:37
mysql_query("set names utf8",$connect);

쿼리를 날리기전 위 쿼리를 선언해야한다.