When I retrieve records from a SQL database Serve with PHP errors appear in the accent.
But in the bank, the accents are correct. Is there any way to handle this with PHP? I do not have permissions to change the bank collation .
Collation : Latin1_General_CI_AS
Bank connection file:
$host='xxxxxx';
$user='xxxxx';
$database='xxxxx';
$pass='xxxxx';
$con=mssql_connect($host, $user, $pass) or die ("Erro de conexão com o banco de dados");
mssql_select_db("$database") or die ("Erro ao selecionar banco de dados");
Bank Fields:
PHPqueryresult