I'm looking for a way to submit a CCK fields new value every time a input field on my nodes full page is updated.

I have created a hidden input form field which holds a numeric value. This value gets increased by 1 every time a link is clicked. I would like to update the CCK 'field_count_clicks' every time the hidden input is updated.

Can this be done with mysql?

Thanks for reading,
Marc