PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Dave Smith   PHP Virtual Slot Machine   index.php   Download  
File: index.php
Role: Auxiliary script
Content type: text/plain
Description: Landing page
Class: PHP Virtual Slot Machine
Emulate a slot machine
Author: By
Last change: changed back to php
Date: 9 years ago
Size: 385 bytes
 

Contents

Class file image Download
<?PHP
?>
<html>
    <head>
        <title>Virtual Slots</title>
    </head>
    <body>
        <h4>Play a slot</h4>
        <div>[<a href="play.php">Default slot</a>]</div>
        <div>[<a href="play.php?slot=1">Slot 1</a>] (same as default if you have not made any changes) </div>
        <div>[<a href="play.php?slot=2">Slot 2</a>]</div>
        <div>[<a href="play.php?slot=3">Slot 3</a>]</div>
    </body>
</html>