Просмотр файла refcat/inc.php
<?php $num_msgs="10"; //кол-во ссылок на страницу $MySQL_Hostname = "localhost"; $MySQL_Username = "dj"; $MySQL_Password = "111"; $MySQLDatabasename = "dj"; $link = @mysql_pconnect ($MySQL_Hostname, $MySQL_Username, $MySQL_Password) or die ("Can not connect to MySQL<br/>".mysql_error().""); @mysql_select_db($MySQLDatabasename) or die ("error select the database...<br/>".mysql_error().""); ?>