Root://test/site/module/top_MP.php
 
 
<?php
include("module/stat-menu.php");
mysql_connect($L2JBS_config["mysql_host"],$L2JBS_config["mysql_login"],$L2JBS_config["mysql_password"]) or die('Error MYSQL.');
mysql_select_db($L2JBS_config["mysql_db"]) or dir('Error DB.');

//Получàем дàнные èз бàзы
$data=mysql_query("SELECT * FROM characters WHERE $where ORDER BY  maxMp DESC LIMIT $top") or die('Error DB info.');

//Зàголовок
echo '<br><center><b>..:: TOP MP ::..</b></center><br><hr>';
include(
"module/table.php");
?>