Is there a way to get data from GameBattles.com and display it on my site

Discussion in 'PHP' started by RyanDoubleyou, Jun 22, 2008.

  1. #1
    Hi, I own http://tackypenguin.com and I was going to make a website for my friend. It would be a clan site, and I was wondering if I could get data from GameBattles.com, and echo it out in php. I have experience in PHP, I just don't know to get the data stored in GambeBattles database.
     
    RyanDoubleyou, Jun 22, 2008 IP
  2. lui2603

    lui2603 Peon

    Messages:
    729
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If gamebattles.com outputs the data to rss feeds you should look up SimpleXML for php 5.
    if not then you should look into screenscraping with regexp and file functions ;)
     
    lui2603, Jun 22, 2008 IP