Met PGA MasterCard Long Island PGA Championship - Huntington Country Club
~Final~ Scott Ford, Glen Oaks Club def. Matt Noel, Huntington CC, 21 holes ~Semifinals~ |
~Final~ Scott Ford, Glen Oaks Club def. Matt Noel, Huntington CC, 21 holes ~Semifinals~ |
~Final~ Rob Labritz, GlenArbor GC def. Steve Scott, Paramount CC, 1 up ~Semifinals~ |
Rank | Name | Club | To Par | R1 | R2 |
---|
~Final~ Tim Puetz, Huntington CC def. Nick Beddow, Piping Rock, 5 & 4 ~Semifinals~ Nick Beddow, Piping Rock def. Ben Polland, Deepdale, 3 & 2 |
~Finals~ Grant Sturgeon, Winged Foot GC def. Christopher Toulson, Sunningdale, 1 up |
<?php
global $user;
$link="http://www.ghintpp.com/MGAGOLF/TPPOnlineGolfer/Default.aspx";
if ($user->uid==1) {
print "Admin doesn't redirect automatically.: <a href=$link>$link</a>";
} else {
drupal_goto($link);
}
?>
<?php
global $user;
$link="/tournaments/results";
if ($user->uid==1) {
print "Admin doesn't redirect automatically.: <a href=/$link>$link</a>";
} else {
drupal_goto($link);
}
?>
<?php
global $user;
$link="https://www.ghintpp.com/MGAGolf/TPPOnlineGolfer/logon.aspx";
if ($user->uid==1) {
print "Admin doesn't redirect automatically.: <a href=$link>$link</a>";
} else {
drupal_goto($link);
}
?>