-- phpMyAdmin SQL Dump
-- version 3.4.10.1deb1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Mar 16, 2015 at 10:41 AM
-- Server version: 5.5.40
-- PHP Version: 5.3.10-1ubuntu3.15
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!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: `ck_paging`
--
-- --------------------------------------------------------
--
-- Table structure for table `artikel`
--
CREATE TABLE IF NOT EXISTS `artikel` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`artikel` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=74 ;
--
-- Dumping data for table `artikel`
--
INSERT INTO `artikel` (`id`, `artikel`) VALUES
(1, 'typesetting industry. Lorem Ipsum has been '),
(2, 'Lorem Ipsum is simply dummy text of the printing'),
(3, 'standard dummy text ever since the 1500s'),
(4, 'when an unknown printer took a galley of type '),
(5, 'when an unknown printer took a galley'),
(6, 'scrambled it to make a type specimen book'),
(7, 'It has survived not only five centuries'),
(8, 'but also the leap into electronic typesetting'),
(9, 'remaining essentially unchanged.'),
(10, 'It was popularised in the 1960s with the release'),
(11, 'Letraset sheets containing Lorem Ipsum passages'),
(12, 'desktop publishing software like Aldus PageMaker '),
(13, 'but also the leap into electronic typesetting'),
(14, 'including versions of Lorem Ipsum'),
(15, 'It is a long established fact that a reader'),
(16, 'but also the leap into electronic typesetting'),
(17, 'will be distracted by the readable content of a page'),
(18, 'Content here, content here, making it look'),
(19, 'It was popularised in the 1960s with the release'),
(20, 'Letraset sheets containing Lorem Ipsum passages'),
(21, 'desktop publishing software like Aldus PageMaker '),
(22, 'but also the leap into electronic typesetting'),
(23, 'including versions of Lorem Ipsum'),
(24, 'It is a long established fact that a reader'),
(25, 'but also the leap into electronic typesetting'),
(26, 'will be distracted by the readable content of a page'),
(27, 'Content here, content here, making it look'),
(28, 'It was popularised in the 1960s with the release'),
(29, 'Letraset sheets containing Lorem Ipsum passages'),
(30, 'desktop publishing software like Aldus PageMaker '),
(31, 'but also the leap into electronic typesetting'),
(32, 'including versions of Lorem Ipsum'),
(33, 'It is a long established fact that a reader'),
(34, 'but also the leap into electronic typesetting'),
(35, 'will be distracted by the readable content of a page'),
(36, 'Content here, content here, making it look'),
(37, 'It was popularised in the 1960s with the release'),
(38, 'Letraset sheets containing Lorem Ipsum passages'),
(39, 'desktop publishing software like Aldus PageMaker '),
(40, 'but also the leap into electronic typesetting'),
(41, 'including versions of Lorem Ipsum'),
(42, 'It is a long established fact that a reader'),
(43, 'but also the leap into electronic typesetting'),
(44, 'will be distracted by the readable content of a page'),
(45, 'Content here, content here, making it look'),
(46, 'It was popularised in the 1960s with the release'),
(47, 'Letraset sheets containing Lorem Ipsum passages'),
(48, 'desktop publishing software like Aldus PageMaker '),
(49, 'but also the leap into electronic typesetting'),
(50, 'including versions of Lorem Ipsum'),
(51, 'It is a long established fact that a reader'),
(52, 'but also the leap into electronic typesetting'),
(53, 'will be distracted by the readable content of a page'),
(54, 'Content here, content here, making it look'),
(55, 'It was popularised in the 1960s with the release'),
(56, 'Letraset sheets containing Lorem Ipsum passages'),
(57, 'desktop publishing software like Aldus PageMaker '),
(58, 'but also the leap into electronic typesetting'),
(59, 'including versions of Lorem Ipsum'),
(60, 'It is a long established fact that a reader'),
(61, 'but also the leap into electronic typesetting'),
(62, 'will be distracted by the readable content of a page'),
(63, 'Content here, content here, making it look'),
(64, 'It was popularised in the 1960s with the release'),
(65, 'Letraset sheets containing Lorem Ipsum passages'),
(66, 'desktop publishing software like Aldus PageMaker '),
(67, 'but also the leap into electronic typesetting'),
(68, 'including versions of Lorem Ipsum'),
(69, 'It is a long established fact that a reader'),
(70, 'but also the leap into electronic typesetting'),
(71, 'will be distracted by the readable content of a page'),
(72, 'Content here, content here, making it look'),
(73, 'remaining essentially unchanged');
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;