Posts by Enzo Beltrami • 11 points
2 posts
- 
		0 votes1 answer112 viewsA: Display BD data in list form<?php $conn = new mysqli('localhost','root','','bd'); //configuração do bd $sql = $conn->prepare("SELECT algo,algomais from tabela"); //prepara a query $sql->execute(); //executa a query… 
- 
		1 votes2 answers4907 viewsA: Which encoding to use when it comes to accent?In general the most used would be the UTF-8, since it supports all alphabet and accents plus a gigantic range of special characters, as for your accentuation problem there are several causes for the… javaanswered Enzo Beltrami 11