Forum Moderators: coopster
The easy way would be to use phpmyadmin to administer your database.
If you want it part of your system then you'll need to have a form displaying the user info. I assume you used the SELECT statement for your login page but for you edit page you'll use the UPDATE [dev.mysql.com] statment (and maybe the INSERT and DELETE statements).