I am pretty new to PHP, and I am looking for a good article or tutorial that will point me in the right direction to create a very simple user management system.
I am working on a website for a non-profit animal shelter, and we need to track volunteer activities. I have set up everything but the login.
What we need is to allow volunteers to register and receive a login id and password. Then, when the volunteer logs in, their ID would need to pass to the next page, so only their information is displayed.
I know this is pretty simple, but I don't know how to get started. If anyone knows of a similar tutorial or example script, that would be great. We are using mysql, by the way.
Thanks!!