vanillapod
MIS
Hi I have a page that lists all usernames + passwords as rows with each having a submit buttone.g.
UserName Password
___________________________________________
MyUsername Mypassword 'Submit button'
YourUsername Yourpassword 'Submit Button'
The username and password are displayed in text boxes so an admin can access the page and update usernames and passwords, problem is that I'm not sure how to make the submit buttons relate to the row (username/password) they represent?
I've put the unique ID of each user as the name of the submit button but am now a bit lost! Can anyone show me how to get this done?
Ta
UserName Password
___________________________________________
MyUsername Mypassword 'Submit button'
YourUsername Yourpassword 'Submit Button'
The username and password are displayed in text boxes so an admin can access the page and update usernames and passwords, problem is that I'm not sure how to make the submit buttons relate to the row (username/password) they represent?
I've put the unique ID of each user as the name of the submit button but am now a bit lost! Can anyone show me how to get this done?
Ta