View White Black Last moves Res

Demo - relay games from tournaments saved in database

Code used:

Simple example

<?php include("chess-board.class.php"); $chessBoard = new ChessBoard(); $chessBoard->setPgn('dhtmlgoodies'); // Event name $chessBoard->write(); ?>