PHP Classes

File: game/select.php

Recommend this page to a friend!
  Classes of Dave Smith   The Gameboard   game/select.php   Download  
File: game/select.php
Role: Application script
Content type: text/plain
Description: Game Select View
Class: The Gameboard
Implement a board game using the takeover strategy
Author: By
Last change:
Date: 6 years ago
Size: 330 bytes
 

Contents

Class file image Download
<form method="post">
    <div class="form-label"><label for="game-sel">Select a game</label></div>
    <div class="form-field"><?php $game->gameSelect();?></div>
    <div class="form-submit">
        <input type="hidden" name="a" value="selgame">
        <input type="submit" name="submit" value="Start">
    </div>
</form>