[FONT=Verdana]
All help greatly appreciated.
Regards, [/FONT]
So are you are just wanting to paste edited data to a sql statement to update a database??
with the contratints you have set on the who gets to edit what...depending on how many user and how many roles, you may want to implement a role-based authorization system.
The
you need to load the table data into a form (usualy a textarea) to make it editable, then you simply submit the form to your update script.