Complete No0b needs help setting up PHP + DB
Posted: Fri Aug 20, 2004 6:55 pm
ok I have PHP mysql installed on the server and am using phpMyAdmin to create my DB system. I suck at php and databases but need some help setting up this simple program.
First: I need a login and password verification so my employees can login.
Second: once they are logged in it displays their information they have stored which is only 7 fields or so.
Here is what I did.
I setup a table which has my username and password and a unique userid. I have another table that has the userid as the primary key and I want to retrieve the info based on this userid.
Is this making any sense so far? Am I on the right track?
First: I need a login and password verification so my employees can login.
Second: once they are logged in it displays their information they have stored which is only 7 fields or so.
Here is what I did.
I setup a table which has my username and password and a unique userid. I have another table that has the userid as the primary key and I want to retrieve the info based on this userid.
Is this making any sense so far? Am I on the right track?