The page (cms:webasyst:memcached) doesn't exist. You have been redirected automatically to the redirect page.
The following page(s) exists already in other namespace(s) with the same name part:
The following page(s) exists already in other namespace(s) with the same name part:
This message was fired by 404Manager Plugin.
Это старая версия документа!
Скрипт проверки работы mysqli-соединения
<?php $mysqli_connection = new MySQLi('localhost', '<USER>', '<PASS>', '<DB>'); if ($mysqli_connection->connect_error) { echo "Подключение отсутствует, error: " . $mysqli_connection->connect_error; } else { echo "Подключение прошло успешно."; } ?>