forked from server/landingpage
Finally fix character encoding of result
This commit is contained in:
parent
a93eded7a1
commit
6cb4fccae9
@ -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>";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user