Finally fix character encoding of result

This commit is contained in:
Martin Müller 2017-07-03 16:59:03 +02:00
parent a93eded7a1
commit 6cb4fccae9

View File

@ -28,6 +28,7 @@ $abfrage = "SELECT u.username, u.email, u.userTitle, v.userOption45, v.userOptio
$ergebnis = $mysqli->query($abfrage);
while($data = $ergebnis->fetch_assoc()){
$data = array_map('utf8_encode', $data);
echo "<tr>";
echo "<td>".$data['userOption47']."</td>";
echo "<td>".$data['username']."</td>";