Для просмотра скрытого содержимого вы должны войти или зарегистрироваться.
Апдейт
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.
if ( !mysql_select_db($this->obj['sql_database'], $this->connection_id) ){ echo ("ERROR: Cannot find database ".$this->obj['sql_database']);}
mysql_query("SET NAMES 'cp1251'");
mysql_query("SET CHARACTER SET 'cp1251'");mysql_query("SET NAMES 'cp1251'");