DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
BeállÃtás MűködÅ‘ ékezetes Magyar Oldalhoz
//Weboldalakba:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
//PHP-ba:
mysql_query("set names 'utf8'"); //közvetlenül db_connect ill. mysql_select_db után
//PHPMyAdmin:
Minden tábla és adatbázis utf8_general_ci vagy utf8_hungarian_ci
MySQL kapcsolat illesztése szintén utf8_general_ci vagy utf8_hungarian_ci




