Hab ich zwar schonmal aber mach ich gerne nochmal.
Die PHP Datei:
Quote:<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Unbenanntes Dokument</title>
</head>
<body>
<?
mysql_connect("localhost", "", "");
mysql_select_db("test");
mysql_query("INSERT INTO content (`ID`, `content`) VALUES ('', '')");
$sql=mysql_query("SELECT * FROM content");
while($row=mysql_fetch_assoc($sql)){
echo $row['content'];
}
?>
<br>
</body>
</html>
Und was dabei rauskomme:
Quote:<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Unbenanntes Dokument</title>
</head>
<body>
äö������������������������������������������������������������������������������������������������������<br>
������
</body>
</html>
Das hier sind die Daten aus der DB:
äö äöüÄÖÜ äöüÄÖÜ äöüÄÖÜ äöüÄÖÜ äöüÄÖÜ äöüÄÖÜ äöüÄÖÜ äöüÄÖÜ äöüÄÖÜ äöüÄÖÜ äöüÄÖÜ äöüÄÖÜ äöüÄÖÜ äöüÄÖÜ äöüÄÖÜ äöüÄÖÜ äöüÄÖÜ