View file tennis/komanda/chm/config.php

File size: 227B
<?php
// настройка доступа к базе
$dbh = mysql_connect ("localhost", "tennismo_tennis", "tennis") or die ('I cannot connect to the database');
mysql_select_db ("tennismo_chm");

// количество на страницу
$count_on_page = 10;
?>