Webbserverprogrammering 1

Show sourcecode

The following files exists in this folder. Click to view.

webbsrvprg/exercises/projekt/

changeowned.php
classes/
createcard.php
database.php
forgot.php
incl/
index.php
leaderboard.php
lineup.php
login.php
logout.php
newpass.php
otherlineup.php
playerinfo.php
projekt.zip
skapatabeller.php
verify.php

database.php

12 lines ASCII Windows (CRLF)
<?php
$title 
"Databas";
$pageId "database";
$pageStyle '';
require_once(
"classes/filtersort.php");
$FilterSort = new Filter($dbconn);
include(
"incl/header.php");
$owned false;
$FilterSort -> addfilters($owned);
include(
'incl/playertable.php');
?>
<?php 
include("incl/footer.php"?>