-- phpMyAdmin SQL Dump -- version 2.11.10 -- http://www.phpmyadmin.net -- -- Host: localhost -- Erstellungszeit: 05. April 2011 um 20:35 -- Server Version: 4.1.22 -- PHP-Version: 4.4.9-nmm4 /*!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 */; -- -- Datenbank: `d00db387` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `sonderseite_u_a` -- CREATE TABLE IF NOT EXISTS `sonderseite_u_a` ( `id` int(5) unsigned NOT NULL auto_increment, `datum` int(25) NOT NULL default '0', `ueberschrift` text NOT NULL, `headline` longtext NOT NULL, `beschreibung` longtext NOT NULL, `bild` int(1) NOT NULL default '0', `download` int(1) NOT NULL default '0', `frei` int(2) NOT NULL default '0', `gruppe` int(11) NOT NULL default '0', `online` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) TYPE=MyISAM AUTO_INCREMENT=9 ; -- -- Daten für Tabelle `sonderseite_u_a` -- INSERT INTO `sonderseite_u_a` (`id`, `datum`, `ueberschrift`, `headline`, `beschreibung`, `bild`, `download`, `frei`, `gruppe`, `online`) VALUES (1, 1293577200, 'Fabrik- und Fertigungsautomation', 'Fabrik- und Fertigungsautomation', 'Branchen


Erfahrungen
', 0, 0, 1, 0, 1), (5, 1294614000, 'Steuerungssysteme und Hostinterfaces', 'Steuerungssysteme und Hostinterfaces', '

Branchen

Erfahrungen

', 0, 0, 2, 0, 1), (6, 1294614000, 'Prozess- und Anlagenautomation', 'Prozess- und Anlagenautomation', '

Branchen

Erfahrungen

', 0, 0, 3, 0, 1), (7, 1294614000, 'Steuerungssysteme und Softwarelösungen Bahntechnik', 'Steuerungssysteme und Softwarelösungen Bahntechnik', 'Branchen


Erfahrungen
', 0, 0, 4, 0, 1), (8, 1297897200, 'test', '', 'test', 0, 0, 0, 0, 0);