-
This PHP script allow you to parse multiple feeds from different sources into separate pages using SimplePie class. A fast and efficient way to serve fresh content to your site as to provides the most up-to-date information to the readers.
-
Score Scraper accesses the ESPN site and retrieves pages with game scores of the following leagues: NFL, NBA, NHL, MLB, NCAA Football and NCAA Basketball.Arrays are used to return the scores extracted from the ESPN pages.Requirements: PHP 4.0 or higher
-
PHP Lenex 2 can be used to parse swimming information in the Lenex 2 XML format. Information can be events, results, ranking and much more.There are several classes for parsing and processing data stored in Lenex files that is extracted into related objects.
-
Scoreboard class is meant to manage the information of scores of games played by individual users. The information is stored in SQL based database.Scoreboard class provides a function to submit a score given the game name, the player user, and score as an integer value. It also has functions to retrieve the high scores table, as well individual user scores ...


