Where is the encoding of the text that is returned by the mysqli_connect_error()
function?
1 answer
mysqli_set_charset sets the encoding for exchanging with the server: mysqli_set_charset($link, "utf8")
- maybe this will help with an error message? Although, in theory, it should be either in ASCII or UTF-8.
- Tin ... Today turned on the computer did not change the norms encoding. How can this be? Maybe yesterday I changed something and did not restart the server ... - Jeremen1
|