session_start(); include_once("mysql_connect.php"); include_once("entry_form/entry_form_config.php"); function wiek($t) {$t = explode("-",$t); $y = (int) $t[0]; $m = (int) $t[1]; $d = (int) $t[2]; $wiek = date(Y) - $y; if ((date(m) < $m) || (date(m) == $m && date(d) < $d)) { $wiek--; } if ($wiek > 120) $wiek = '?'; return $wiek; } $table_name = "entryform"; $turniej = "u18w"; $rok=2017; include('zawodnicy_mini.php'); $sql = "SELECT * FROM $table_name WHERE `turniej` = \"$turniej\" and `rok` = \"$rok\" ORDER BY `kraj`"; $result = @mysql_query($sql,$dbc)or die("Wykonanie zapytania nie powiodło się."); $lista = "
IBSF UNDER 18's WOMEN SNOOKER CHAMPIONSHIPS U18 Women Player List | ||||||
echo "$lista"; ?> |
© IBSF 2013-2024 All rights reserved. Created by :