Posts by DannCS • 11 points
2 posts
- 
		0 votes1 answer265 viewsA: Charset in PHP with MysqlSolved! Before my Insert I get the $_POST['ap-nome'] and put as uppercase with the function strtoupper() PHP. In the documentation it says that the alphabet characters are determined by the current… 
- 
		1 votes1 answer265 viewsQ: Charset in PHP with Mysqlfollowing: My page header is configured like this: header('Content-Type: text/html; charset=UTF-8'); Set up the Mysql connection like this: mysqli_set_charset($dbc, 'utf8'); In my Mysql database a…