$starter=strpos($rowvalue, “
$stopper=strpos($rowvalue, “
$amount=$stopper-$starter;
$venue=substr($rowvalue, $starter+12, $amount-12);
}
If(strpos($rowvalue, “
$starter=strpos($rowvalue, “
$stopper=strpos($rowvalue, “
$amount=$stopper-$starter;
If($team==1)$home_first_name=substr($rowvalue, $starter+9, $amount-9);
If($team==0)$away_first_name=substr($rowvalue, $starter+9, $amount-9);
}
If(strpos($rowvalue, “
$starter=strpos($rowvalue, “
$stopper=strpos($rowvalue, “
$amount=$stopper-$starter;
If($team==1)$home_last_name=substr($rowvalue, $starter+10, $amount-10);
If($team==0)$away_last_name=substr($rowvalue, $starter+10, $amount-10);
}
If(strpos($rowvalue, “
$starter=strpos($rowvalue, “
$stopper=strpos($rowvalue, “
$amount=$stopper-$starter;
If($team==1)$home_throwing_hand=substr($rowvalue, $starter+14, $amount-14);
If($team==0)$away_throwing_hand=substr($rowvalue, $starter+14, $amount-14);
}
If(strpos($rowvalue, “
$starter=strpos($rowvalue, “
$stopper=strpos($rowvalue, “
$amount=$stopper-$starter;
If($team==1)$home_wins=substr($rowvalue, $starter+6, $amount-6);
If($team==0)$away_wins=substr($rowvalue, $starter+6, $amount-6);
}
If(strpos($rowvalue, “
$starter=strpos($rowvalue, “
$stopper=strpos($rowvalue, “
$amount=$stopper-$starter;
If($team==1)$home_losses=substr($rowvalue, $starter+8, $amount-8);
If($team==0)$away_losses=substr($rowvalue, $starter+8, $amount-8);
}
If(strpos($rowvalue, “
$starter=strpos($rowvalue, “
$stopper=strpos($rowvalue, “
$amount=$stopper-$starter;
If($team==1)$home_era=substr($rowvalue, $starter+5, $amount-5);
If($team==0)$away_era=substr($rowvalue, $starter+5, $amount-5);
}
If(strpos($rowvalue, “
$starter=strpos($rowvalue, “
$stopper=strpos($rowvalue, “
$amount=$stopper-$starter;
If($team==1)$home_so=substr($rowvalue, $starter+4, $amount-4);
If($team==0)$away_so=substr($rowvalue, $starter+4, $amount-4);
$team–;
}
}
echo $away_first_name . ” ” . $away_last_name . ” (” . $away_throwing_hand . “) (” . $away_wins . “-” . $away_losses . “, ” . $away_era . ” ERA, ” . $away_so . ” K) @ ” . $home_first_name . ” ” . $home_last_name . ” (” . $home_throwing_hand . “) (” . $home_wins . “-” . $home_losses . “, ” . $home_era . ” ERA, ” . $home_so . ” K)
“.$gametime.” EST @ “. $venue;
?>
The final game of this series, in which every game has been decided by 1 run, starts today at 1:00.
Go Bucs!
Post Game Update
Paul Maholm and Javier Vazquez were locked in a pitchers’ duel. The two combined for 21 strikeouts.
Delwyn Young hit his first home run as a Pirate to tie the game at 1. Young’s homered finally ended the Pirates’ homerless streak of 323 plate appearances.
After having a tough day, Andrew McCutchen came up big in the 9th by hitting a leadoff single. Nyjer Morgan sacrificed him to 2nd. Freddy Sanchez grounded out to move him to 3rd. Bobby Cox then made the surprising move of intentionally walking Adam LaRoche to pitch to hotter-hitting brother Andy. Andy poked a single up the middle to score McCutchen and brother Adam to take the lead.
Big Bull Rider Matt Capps shut things down in the 9th.
It feels good to leave Atlanta with a split.
Live Updates:
$amount=$stopper-$starter;
$good_stuff=substr($rowvalue, $starter+13, $amount-14);
if($starter>$teamchange)$home=1;
$inningarray[$counter]=$inning;
$homearray[$counter]=$home;
$playarray[$counter]=$good_stuff;
$starterarray[$counter]=$starter;
$counter++;
$starter=$starter+1;
}
}
array_multisort($inningarray, $homearray, $starterarray, $playarray);
$loopcount=0;
$currentinning=0;
$currenthalf=1;
while($loopcount
echo(“
Inning $inningarray[$loopcount]
“);
$currentinning++;
}
if($homearray[$loopcount]!=$currenthalf){
if($homearray[$loopcount]==0){echo(“
Away
“);$currenthalf=0;}
if($homearray[$loopcount]==1){echo(“
Home
“);$currenthalf=1;}
}
echo($playarray[$loopcount].”
“);
$loopcount++;
}
?>