Hello friends, Can someone tell me what is wrong with the foll script?
CREATE TABLE `sailordata` (`sailorid` INT(8) DEFAULT '00000000' NOT NULL, `lastname` VARCHAR NOT NULL, `firstname` VARCHAR NOT NULL, `middlenames` VARCHAR NOT NULL, `dob` VARCHAR NOT NULL, `telephone` VARCHAR NOT NULL, `fax` VARCHAR NOT NULL, `email` VARCHAR NOT NULL, .....................(some more code) Thanks Denis -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php