maintain update log question.
Posted: Wed Oct 15, 2008 5:30 am
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
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