2015 Calendar and Results
| VIEW INTERNATIONALLY RANKED EVENTS | ||
| WDF Senior | WDF Youth | BDO |
= ‘2015-01-01’ AND `sdate` <= '2015-12-31'"; $r = ""; $s = ""; if($region != "") { $r = " and `region` = '" . $region . "'"; } if($state != "") { $s = " and `state` = '" . $state . "'"; } $query = "SELECT * FROM `ADOSanctionedTournaments` WHERE " . $y . $r . $s . " ORDER BY `sdate`"; $result = mysqli_query($dbh,$query) or die(mysqli_error($dbh)); ?>
| “; echo ‘ ‘ . $alphamonth . ‘ 2015
‘; |
||||
| “; echo substr($row[‘sdate’],8,2); if(substr($row[‘sdate’],8,2) != substr($row[‘edate’],8,2)) { echo “-” . substr($row[‘edate’],8,2) . ” “; } echo “ |
“;
// if($row[‘filename’] != “” & $row[‘tournamentdirector’] == “”){ echo ““; if ($row[‘cancelled’] == “on”) |
“; echo “$” . number_format($row[‘purse’]); echo “ |
“; echo $row[‘state’]; echo “ |
“; // if($row[‘results’] != “Y”) // { // echo ” “; // } else { // echo “results“; // } $query2 = “SELECT * FROM `tournamentresults` WHERE `tournamentid` = ‘$rrn’ ORDER BY `rrn`”; echo “ |
“;
?>






