I store a record in table that its column format is utf8 via c#.(in mysql database ) when I recover my record in c# , it is in correct format. But when I recover my record via php , it changes to ?????? ?? ????? . How can I solve my problem? please help me
This is probably stupid question, but does your page have correct encoding type set? It should be
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">