I'd recommend finding a PHP/MySQL tutorial. Once you're comfy adding, editing, deleting, and selecting data, then I'd say you're ready to design a user management system. First figure out what data you want to collect. Create your tables. Then create your PHP code and test it.