Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Результат запроса из БД SELECT DISTINCT LEFT(LTRIM(BE.NAME),1) ....
[LETTERS] => Array
(
[0] => Array
(
[NAME] => "
)
[1] => Array
(
[NAME] => А
)
[2] => Array
(
[NAME] => Б
)
....
)while(....)
{
$let["NAME"] = preg_replace("/[ \.\"'<>+-]+/i", "", $let["NAME"]);
}