ini_set("include_path", getenv("DOCUMENT_ROOT")."/lib"); require_once "lib.php"; error_reporting(E_ALL);?>
Список пробегов
// инициализация во избежание ош на ВПСе
$fedokr = isset($_REQUEST['fedokr']) ? $_REQUEST['fedokr'] : null;
$countr = isset($_REQUEST['countr']) ? $_REQUEST['countr'] : null;
$oblsubmit = isset($_REQUEST['oblsubmit']) ? $_REQUEST['oblsubmit'] : null;
?>
 |
$VidP= "(0,1)"; $NVidP="пробегов";
if (isset($_REQUEST['VidP'])) {$VidP = "(".$_REQUEST['VidP'].")"; $NVidP="триатлонов";}
?>
$fedokrug='';
if (isset($_REQUEST['fedokrug'])) $fedokrug=$_REQUEST['fedokrug'];
$country='';
if (isset($_REQUEST['country'])) $country=$_REQUEST['country'];
$csort = '000';
$order = '';
if (isset($_REQUEST['order'])) $order=$_REQUEST['order'];
$mes='';
if (isset($_REQUEST['mes'])) $mes=$_REQUEST['mes'];
$ccity='';
if (isset($_REQUEST['ccity'])) $ccity=$_REQUEST['ccity'];
$obl='';
if (isset($_REQUEST['obl'])) $obl=$_REQUEST['obl'];
?>
|
require_once "navigator.php";
$selmonth="SELECT * FROM monate WHERE 1";
?>
|
|