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.
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