| i'm trying to get all the NFL past box scores from ESPN's
website, however i am having a small problem:
the boxscores are organized with an id like:
<http://sports.espn.go.com/nfl/boxscore?gameId=221208010>
and when saving it stops before the ? in the file name.
So i am wondering if there is a way to somehow grab the
info after the ? because it contains pertinant information
such as the date the game was played and the home team's
ID number. | |