Hi, I'm about to start a little project using PHP and MySQL. It involves some basic user management. Like most web systems. Users would need to be able to: 1 Create Accounts. 2 Update and recover passwords. 3 Maintain a session to operate. 4 Something else I might be forgetting. My questions are 1 Is there some kind of library, framework I could utilize to save me some work? 2 Any thoughts, lessons learned from more senior programmers, I'm fairly new with PHP.