Hello, I'm currently making a sports website, and I would love to have a scoreboard displaying ongoing game scores (live if possible) -- like the one on ESPN. I have no idea how to go about doing this, so any advice would be appreciated. I'd hope for something in PHP, or a pre-made script if it exists. Thanks in advance, Alex
here's what im going to try atm: http://www.webstarts.com/daily-blog/add-an-espn-scoreboard-to-your-site.php but i'd still like some other options
Side-question: how would I go about using this feed --> http://espn.go.com/sports/scores --> and format the data on MY website to look presentable? (with a separation between leagues)
MLB Scoreboard form Sportsline: <table border="0" cellpadding="0" cellspacing="0" summary="MLB Scoreboard" bgcolor="FFFFFF" align="center"> <tr><td><iframe height="700" width="275" src="http://www.sportsline.com/mlb/box-scoreboards" border="0" frameborder="0"></iframe> </td></tr> </table> >>>insert the code above into your page where you want it to appear.