PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Jorge Cobis   Boot Help Demo   index.php   Download  
File: index.php
Role: Application script
Content type: text/plain
Description: Application script
Class: Boot Help Demo
Hidden word and hidden number games with Bootstrap
Author: By
Last change:
Date: 9 years ago
Size: 229 bytes
 

Contents

Class file image Download
<?php
session_start
();
$_SESSION=[];

require
'vendor/autoload.php';
require
'html/header.html';

require
'src/navbar.php';
if (!isset(
$_SESSION['started_game'])) {
    require
'src/demo_info.php';
}

require
'html/footer.html';