I have a database which contains details for many members which are publicly viewable . I want to be able to offer the function that a member can login, only see the details of their row in the database & be able to amend these details.
Can this be done? I’d imagine it requires a front end interface which is populated by only that member’s details & any changes are written back to the database?
Has anybody done something like this or have links to howto/examples?