
By: Xmoo | Date: Jan 28 2009 08:08 | Format: PHP | Expires: never | Size: 1.72 KB | Hits: 872
- <?php
- include("config.php");
- //Creating tabel VerbruikArtikelen
- VerbruikID int(11) NOT NULL auto_increment,
- DeelnemerID varchar(11) NOT NULL,
- ArtikelID varchar(11) NOT NULL,
- datum date(255) NOT NULL,
- tijd time(255) NOT NULL,
- aantal varchar(255) NOT NULL,
- PRIMARY KEY (VerbruikID)
- echo "<font color=green>Table -VerbruikArtikelen- has been succesfully added to the database!<br></font>";
- //Creating tabel Verbruikapparatuur
- VerbruikaID int(11) NOT NULL auto_increment,
- DeelnemerID varchar(11) NOT NULL,
- ApparatuurID varchar(11) NOT NULL,
- vdatum date(255) NOT NULL,
- vtijd time(255) NOT NULL,
- aantal varchar(255) NOT NULL,
- tdatum date(255) NOT NULL,
- ttijd time(255) NOT NULL,
- PRIMARY KEY (VerbruikaID)
- echo "<font color=green>Table -Verbruikapparatuur- has been succesfully added to the database!<br></font>";
- //Creating tabel Aanwezigheid
- AanwezigheidID int(11) NOT NULL auto_increment,
- DeelnemerID varchar(11) NOT NULL,
- vdatum date(255) NOT NULL,
- vtijd time(255) NOT NULL,
- tdatum date(255) NOT NULL,
- ttijd time(255) NOT NULL,
- PRIMARY KEY (AanwezigheidID)
- echo "<font color=green>Table -Aanwezigheid- has been succesfully added to the database!<br></font>";
- echo "<br>If there were no errors occurred during the install and all the content shown were green collored, please delete install.php from your server.";
- ?>
Latest pastes
2 hours ago
1 days ago
1 days ago
2 days ago
3 days ago