reply to:
1. Sorry, I figured if nothing else the documentation made up for some of it.
2. Ok, I have changed that, and decided to use an md5 hash of their password.
3. I guess that is where I am confused. I have the 'if' up there, but once I get done with the query, what do I do? My thought was:
- * check if the cookie is set
- * if it is, query the database, then move to the next
- * match the data from the cookie with the query I just did
I see now that it won't work, but what am I doing wrong? How do I nest if statements, if it is possible?
Thanks for taking the time to look at my problem.