Commit 00fc3888 authored by Nico Schallehn's avatar Nico Schallehn

anpassung für utf8

parent dad716c1
...@@ -6,6 +6,7 @@ ini_set("display_errors", 1); ...@@ -6,6 +6,7 @@ ini_set("display_errors", 1);
$link = mysql_connect('localhost', 'chat', 'chat'); $link = mysql_connect('localhost', 'chat', 'chat');
mysql_select_db('chat', $link); mysql_select_db('chat', $link);
mysql_query("SET NAMES 'utf8'");
$yourFile = "Newsbox.txt"; // startseiten datei $yourFile = "Newsbox.txt"; // startseiten datei
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment