Posts by Aron • 43 points
2 posts
-
1
votes3
answers5305
viewsA: Convert string to utf-8
I use a combination of things, for example in php I put header("Content-Type: text/html; charset=UTF-8",true); and html inside the head tags <meta http-equiv="Content-Type" content="text/html;…
-
3
votes1
answer78
viewsQ: Problems with CONVERT_TZ and BETWEEN in Mysql 5.1.73
I’m trying to do this search with CONVERT_TZ and BETWEEN in Mysql 5.1.73 but always returns zero lines. Has anyone ever used BETWEEN thus? SELECT x.UserName, x.StartDate , x.EndDate FROM tabela AS x…