Posts by Neurivan Maia • 41 points
1 post
-
4
votes4
answers12072
viewsA: Include UTF-8 charset in mysqli connection
In my connection, I put the charset below outside of php: <meta charset="utf-8"> Inside php I put so: $con->set_charset("utf8"); My pages html with "charset utf-8" and in the database…