hi
i have a update form for my users where they can update their personal information. i want to keep a record of which fields the user has updated. Currently i am using hidden input fileds to store the previous values before submitting form and then matching it with the new/updated value of that field(s). but the length of code is increasing as new fields are added to db.
is there any other better method.
Thanks
maintain update log question.
Moderator: General Moderators
Re: maintain update log question.
It would be better to control it from the backend.
Write database trigger and keep the updated record as your requirement.

Write database trigger and keep the updated record as your requirement.