Home Channels Leaderboard


Welcome to our PHP demo site.

This site is a very simple implementation of how you might integrate the InteracTrivia platform into your existing web site. We have minimized the use of images, formatting and style sheets to keep everything as clear as possible. This site was built using a PHP.

The entire site consists of 4 pages and the NuSoap web service access library.

Pages:
index.php (this page)
channels.php (page where user selects game channel to play)
leaders.php (page that display leaderboard)
play.php (handles creating game connection and hosts game client)
swfobject.js (javascript class for loading flash pages)

Libraries
NuSOAP is a group of PHP classes that allow developers to create and consume SOAP web services. It does not require any special PHP extensions. NuSoap is available from Sourceforge here


Download site with source code