Hi,
I have a dynamically generated page which list all users on a system. Next to each user is a checkbox. I want to be able to select multiple users (by checking the checkboxes)and then update another table in the database with the username associated with that checkbox.
The idea is that the user selects users to work on a project from the whole list of users. This would then update the table that relates projects to users by inserting a unique value, their username, and the project number.
I cannot seem to associate the checkboxes with the relevant username....
Does anyone have any ideas on how I can do this?
Thomas Shearer
Multimedia Developer
I have a dynamically generated page which list all users on a system. Next to each user is a checkbox. I want to be able to select multiple users (by checking the checkboxes)and then update another table in the database with the username associated with that checkbox.
The idea is that the user selects users to work on a project from the whole list of users. This would then update the table that relates projects to users by inserting a unique value, their username, and the project number.
I cannot seem to associate the checkboxes with the relevant username....
Does anyone have any ideas on how I can do this?
Thomas Shearer
Multimedia Developer