Datenbank test - Tabelle jobs auf localhost # phpMyAdmin MySQL-Dump # version 2.2.6 # http://phpwizard.net/phpMyAdmin/ # http://www.phpmyadmin.net/ (download page) # # Host: localhost:3306 # Erstellungszeit: 30. April 2002 um 06:43 # Server Version: 3.23.49 # PHP-Version: 4.0.6 # Datenbank : `test` # -------------------------------------------------------- # # Tabellenstruktur für Tabelle `jobs` # CREATE TABLE jobs ( str_Jobtitel text NOT NULL, str_Profil text NOT NULL, l_Id smallint(6) NOT NULL auto_increment, PRIMARY KEY (l_Id) ) TYPE=MyISAM; # # Daten für Tabelle `jobs` # INSERT INTO jobs VALUES ('PHP-Programmierer', 'Sie passen zu uns, wenn Sie topfit in PHP und MySQL sind.\r\n\r\nKenntnisse in #B#HTML#EndB# und Javascript runden Ihr Profil ab.', 1);