forked from server/landingpage
Try another encoding to correct database result
This commit is contained in:
parent
c338bd1b07
commit
e8053c548c
@ -6,6 +6,6 @@ if ($mysqli->connect_errno){
|
||||
echo "Error: " . $mysqli->connect_error . "\n";
|
||||
exit;
|
||||
} else {
|
||||
$mysqli->set_charset("iso-8859-1");
|
||||
$mysqli->set_charset("utf-8");
|
||||
}
|
||||
?>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user