“)) {
$starter=strpos($rowvalue, ““);
$stopper=strpos($rowvalue, ““, $starter);
$amount=$stopper-$starter;
$venue=substr($rowvalue, $starter+12, $amount-12);
}
If(strpos($rowvalue, ““)){
$starter=strpos($rowvalue, ““);
$stopper=strpos($rowvalue, ““, $starter);
$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, ““, $starter);
$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, ““, $starter);
$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, ““, $starter);
$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, ““, $starter);
$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, ““, $starter);
$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, ““, $starter);
$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;
?>
Post Game Update
Since today’s game was at 12:35, and the Penguins played at 8:00, I decided to take the day off and spend the day in Pittsburgh. Lucky for me, I got to see Andrew McCutchen’s MLB debut, and he looked good! McCutchen batted in the leadoff spot, and Nyjer Morgan batted second, essentially giving the Pirates two leadoff hitters. The two leadoff 4 of the 8 innings this afternoon. McCutchen was 2-4 with a walk and 3 runs. Nyjer was 2-4 with a run. Ramon Vazquez was playing SS today because Jack Wilson was out with the stomach flu. Vazquez was impressive, going 4-4 with 4 singles and a run.
Ross Ohlendorf didn’t look sharp, only going 4.1 innings, while giving up 9 hits and 5 runs. Tom Gorzelanny looked good as he came in to finish off the 5th. Steven Jackson gave 2 innings of excellent relief effort.
Today was a fun game to watch. Even with McLouth gone, we looked like a good baseball team. I love McCutchen and Morgan batting 1-2 (although I was expecting to see Morgan-McCutchen). We’re only 3 games under .500 with a series at Houston. Hopefully we can win this one!
Go Bucs!
—
Following the game, Carlos Beltran had this to say about the Pirates’ series: “The reality of this is coming here to Pittsburgh and getting swept, me, I feel embarrassed. I mean, we have to take this personally. It can’t happen. It can’t happen, us being able to come here and lose three games just like that. Three games to this team. I know they’re a big-league ball club, but we’re better than them.”

Live Updates:
“, $starter);
$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$currentinning){
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++;
}
?>