Can anyone point me to a good tutorial to get me started with this? The mySQL database heavy website I'm creating will need to have login security where some members have defined rights to access certain pages. For example everyone (with a login) can access a donor info list page and add new donors, but only one or two people can access the page with donation information and make donation adds. I also want to track the adds and edits to the database with the user and time stamp if there's a problem in the future. I know I can just password protect the pages using the .htaccess available on the web server, but I don't think that will work for this.
Thank you.
Thank you.