Live Scoreboard Script

Discussion in 'Programming' started by gadgetpro, Nov 24, 2010.

  1. #1
    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
     
    gadgetpro, Nov 24, 2010 IP
  2. gadgetpro

    gadgetpro Peon

    Messages:
    147
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    gadgetpro, Nov 24, 2010 IP
  3. gadgetpro

    gadgetpro Peon

    Messages:
    147
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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)
     
    gadgetpro, Nov 24, 2010 IP
  4. sportsfetcher

    sportsfetcher Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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.
     
    sportsfetcher, Mar 1, 2011 IP
  5. kaizersoze

    kaizersoze Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    kaizersoze, Apr 4, 2011 IP