
|
#
# SETTING
include $_SERVER['DOCUMENT_ROOT'].'/_functions/functions_mysql.php';
include $_SERVER['DOCUMENT_ROOT'].'/_functions/functions_site.php';
include $_SERVER['DOCUMENT_ROOT'].'/_config/constants.php';
include $_SERVER['DOCUMENT_ROOT'].'/_config/constants_tablescolumns.php';
include 'vedisite_constants.php';
# SETTING
#
$othernews = mysql_query('
SELECT DISTINCT t.id, t.rname, t.xzab, t.xphoto, DATE_FORMAT(t.xdate, \'%d.%m.%Y\') AS fxdate
FROM '.DB_PRE.'news t, '.DB_PRE.'news_links tl
WHERE t.id>13767 AND t.xparent=0 AND t.xhistory=0 AND t.xshow=0 AND t.xl_4_4 IN (6) AND t.id=tl.tid AND ( tl.xl_4_10 IN (14) OR tl.xl_15_0 IN ( 2756, 3574 ) )
ORDER BY t.xdate DESC, t.xorder DESC, t.id DESC
'); $othernewsc=0;
print '';
while ( $othernewsr = mysql_fetch_assoc($othernews) ) {
print '
'.$othernewsr['rname'].'
'.$othernewsr['fxdate'].'
'.$othernewsr['xzab'].'
|
| ';
} mysql_free_result($othernews);
print ' ';
?>

|

|

|
Preliminary Programme 2016
Men
60m
400m
600m
3000m
60mH
Triple Jump
High Jump
|
Women
60m
400m
1500m
60mH
Triple Jump
Pole Vault
High Jump
|
|