Now... what I want to do is create a "user.php" that only the NM can view like above. This script needs to be able to do quite a few things...
We have 3 groups (groups.inc.php shows only two for paste purposes) but they are NM, SS and SK.
The script should be able to delete a user (so a input field and then checking if it exists in users.db, and if so, remove that line from the file)
The script should also be able to add a user (so input fields for username, temporary password, rank (a dropdown of each of those groups).
It should then add that line to users.db, update the groups.inc.php to include them in that specific group.
The script should also have a modify area, so you can change what group they're in (i.e a promotion from SS to NM). So it would update groups.inc.php and remove them the previous group and add them to the new one.
How bad does that sound to accomplish? :/
THANK YOU.