B
Byrell
Прохожие
Уже разобрался. Идею игры придумать легко, на воплощение уйдут месяцы. А так поставил и фикси баги
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.
В конце написать:$hostname = "localhost";
$database = "test";
$username = "root";
$password = "admin";
$logindb = mysql_connect ( $hostname, $username, $password ) or trigger_error ( mysql_error(),E_USER_ERROR );
mysql_select_db ( $database );
А если у вас скрипт под вин1251 тода так:mysql_query("/*!40101 SET NAMES 'utf8' */");
mysql_query("/*!40101 SET NAMES 'cp1251' */");