Quote:
Originally Posted by apiasto
this is what i am getting
MySQL Error : Unknown column 'userid' in 'field list'
Error Number : 1054
Invalid SQL:
INSERT INTO `nlp_vmail` (`userid`, `code`, `email`, `prefix`, `dateline`, `day`, `month`, `year`, location)
VALUES
|
do this in phpmyadmin
Code:
ALTER TABLE `nlp_vmail` ADD `location` ENUM( 'register', 'profile' ) NOT NULL, ADD `userid` INT( 10 ) NOT NULL FIRST
and this
Code:
UPDATE `nlp_vmail` SET `location` = 'register'
Quote:
Originally Posted by mad@Max
|
DB error soruce shuld be like this mad
Code:
MySQL Error : Unknown column 'userid' in 'field list'
Error Number : 1054
Invalid SQL:
INSERT INTO `nlp_vmail` (`userid`, `code`, `email`, `prefix`, `dateline`, `day`, `month`, `year`, location)
VALUES
OR give me a diect link to see this