Please use the Apache builds provided by Apache Lounge. They also provide VC11 builds of Apache for x86 and x64. We use their binaries to build the Apache SAPIs.
SELECT *
FROM tablename
ORDER BY like DESC, answer DESC, create_time DESC
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Меню</title>
<style>
ul {
list-style: none;
padding: 0;
margin: 0;
}
.item {
list-style: none;
margin: 0;
padding: 0 0 0 10px;
border-left: dotted 1px #ccc;
}
.item:last-child {
border-left: none;
}
</style>
</head>
<body>
<ul>
<li class="item">list 1</li>
<li class="item">list 2</li>
<li class="item">list 3</li>
<li class="item">list 4</li>
</form>
</ul>
</body>
</html>
SELECT user, host, password FROM mysql.user;
потому что все пользователи хранятся в БД mysql в таблице user