are you just
trying to make
a simple web
interface to
edit your
members? or did
you need access
to everything
in the database
tables?
If just a
webpage to see
all members and
edit them, just
query all the
members and
make a link or
button that
brings up a
edit section
based on their
name or userid.
Make any
changes and/or
delete them.
If too much
trouble, just
use the
PHPMyAdmin to
access your
database.
|