Here they are.
-- phpMyAdmin SQL Dump
-- version 3.3.0
--
http://www.phpmyadmin.net--
-- Machine: localhost
-- Genereertijd: 17 Nov 2012 om 18:16
-- Serverversie: 5.1.44
-- PHP-Versie: 5.2.13
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
--
-- Database: `rooster`
--
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `rooster`
--
CREATE TABLE IF NOT EXISTS `rooster` (
`roosterid` int(4) NOT NULL AUTO_INCREMENT,
`ma` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`kls` text NOT NULL,
`ge` text NOT NULL,
`f101` text NOT NULL,
`extra` text NOT NULL,
PRIMARY KEY (`roosterid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
--
-- Gegevens worden uitgevoerd voor tabel `rooster`
--
-- phpMyAdmin SQL Dump
-- version 3.3.0
--
http://www.phpmyadmin.net--
-- Machine: localhost
-- Genereertijd: 17 Nov 2012 om 18:17
-- Serverversie: 5.1.44
-- PHP-Versie: 5.2.13
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
--
-- Database: `rooster`
--
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `tw`
--
CREATE TABLE IF NOT EXISTS `tw` (
`urid` int(4) NOT NULL AUTO_INCREMENT,
`urma` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`urclass` text NOT NULL,
`urge` text NOT NULL,
`urf101` text NOT NULL,
`extra` text NOT NULL,
PRIMARY KEY (`urid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
--
-- Gegevens worden uitgevoerd voor tabel `tw`
--
errors:
first code
Notice: Undefined offset: 10 in D:... on line 40
Notice: Undefined offset: 9 in D:.. on line 40
Notice: Undefined offset: 8 in D:... on line 40
Notice: Undefined offset: 7 in D:... on line 40
Notice: Undefined offset: 6 in D:... on line 40
second code
Notice: Undefined index: f101 in D:... on line 47
Notice: Undefined index: urma in D:... on line 59
Notice: Undefined index: urclass in D:... on line 61
Notice: Undefined index: urf101 in D:... on line 65