Xlquiz 0.1.1 > Index.php

Questions? Need Help? Want to share? » PHP Forum
Script Name:
Xlquiz 0.1.1

Download:
xlquiz-0.1.1.zip

Category:
Tests And Quiz

Archive Content:

Xlquiz 0.1.1

Xlquiz 0.1.1 > Docs

Xlquiz 0.1.1 > Cache

Xlquiz 0.1.1 > Css

Xlquiz 0.1.1 > Lang

Xlquiz 0.1.1 > Db

Xlquiz 0.1.1 > Templates

Xlquiz 0.1.1 > Classes

Xlquiz 0.1.1 > Classes > Excel

Index.php:


<?php
/**
 *    (c)2005 http://Lauri.Kasvandik.com
 */

session_start();

require_once 
'configuration.php';
require_once 
'classes/tpl.class.php';
require_once 
'functions.php';

$tpl['title'] = 'XL-Quiz testpage';

$tpl['body'] = <<<html
<h2>Linux Quizes</h2>
<ul>
<li><a href="taketest.php?id=linux">Linux+</a></li>
</ul>

<p>If You have found any mistakes,  have questions or comments then please <a href="contact.php">contact me</a>!</p>

<p class="small">Powered by <a href="http://www.php.net">PHP</a> and
<a href="http://mysql.com">MySQL</a><br />

Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a> and 
<a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a><br />

Handwritten with <a href="http://www.editplus.com">Edit+</a><br/>
Tests made with <a href="http://www.openoffice.org/">OpenOffice</a> :P</p>
html;

tpl::out('body.php');

?>


Other Tests And Quiz Scripts:

  • Xlquiz 0.1.1
WebMaster Resources Home

©RingsWorld.com