Search found 5 matches
- Mon Mar 08, 2004 11:11 pm
- Forum: PHP - Code
- Topic: Problem with Login Page
- Replies: 7
- Views: 2192
- Mon Mar 08, 2004 10:45 pm
- Forum: PHP - Code
- Topic: Problem with Login Page
- Replies: 7
- Views: 2192
- Mon Mar 08, 2004 10:29 pm
- Forum: PHP - Code
- Topic: Problem with Login Page
- Replies: 7
- Views: 2192
Problem with Login Page
Hello, I am having trouble creating a login page. I am just beginning with PHP and MySQL so I'm going straight from the book here. I have set up a database that has the user John Doe in it with a password (that has been hashed). the username is jdoe and pass is doepass. However when I put those in t...
- Sun Mar 07, 2004 6:14 pm
- Forum: PHP - Code
- Topic: Using Session ID's for tracking purposes
- Replies: 3
- Views: 699
- Sun Mar 07, 2004 1:33 pm
- Forum: PHP - Code
- Topic: Using Session ID's for tracking purposes
- Replies: 3
- Views: 699
Using Session ID's for tracking purposes
Hello, I am new to the boards and need some help. Here is what I am trying to do, and not having much luck finding the answer on my own: -User signs up and a member ID is stored in a MySQL database -When they login to my site I would like that person's member ID to be used as the session ID -I also ...