|
Posted by gjb on 04/02/06 22:47
Hello
I have a problem with a database for a simple login page, where a user needs
a username and password. I've created the database and the table using
CREATE TABLE users (
username varchar(20) NOT NULL default '',
password varchar(20) NOT NULL default ''
);
but I'm stuck as to where I create the information for usernmane and
passwords. I've searched google and tried numerous commands, is it right I
use the CREATE USER ?
Navigation:
[Reply to this message]
|