I don't mean to seem not generous, but I pretty much knew all of that. I understand I should have said what I knew. What I'm confused about:
The password is encrypted.. What? Is it encrypted in the table I insert the information into? How do I encrypt? What is it?
Do I stick into a table and say like,
$user = "Select * from users where name = '$name'";
mysql_query($user);
$pass = blah blah blah...
if(($user == $name) && ($pass = $password))
// let them in or whatever?
is that the general idea?
sigh I rush myself with these things, but I really want to start doing this, and I have to know everything before I can really start.
Just so you know, I only have one database. I don't know why, but I'm new at the site administrator stuff, and I guess that's all anyone has. I don't know. But it does say that's all I'm allowed.