redgtsviper Posted April 27, 2006 Share Posted April 27, 2006 Can anyone tell me what is wrong with this code# phpMyAdmin MySQL-Dump# [a href=\"http://phpwizard.net/phpMyAdmin/\" target=\"_blank\"]http://phpwizard.net/phpMyAdmin/[/a]## Table structure for table 'users'#CREATE TABLE users ( user_id mediumint(9) NOT NULL auto_increment, first_name varchar(15) NOT NULL, last_name varchar(30) NOT NULL, email varchar(40) NOT NULL, username varchar(40) NOT NULL, password varchar(40) NOT NULL, registration_date datetime DEFAULT '0000-00-00 00:00:00' NOT NULL, PRIMARY KEY (user_id)); Quote Link to comment Share on other sites More sharing options...
redgtsviper Posted April 27, 2006 Author Share Posted April 27, 2006 Fixed the problemit was the ; at the end Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.