# phpMyAdmin MySQL-Dump # http://phpwizard.net/phpMyAdmin/ # # Host: localhost Database : test # -------------------------------------------------------- # # Table structure for table 'phpkurs' # CREATE TABLE phpkurs ( id int(11) DEFAULT '0' NOT NULL auto_increment, name text, email text, telefon text, PRIMARY KEY (id) );