Never been to DZone Snippets before?

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 (See related posts)

//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


You need to create an account or log in to post comments to this site.


Click here to browse all 7289 code snippets

Related Posts