sure, why not? but if you want to do the right things, add some hidden controls with the old data and consistently name them, for example, 
<input type="text" name="name" value="whatever">
<input type="hidden" name="old_name" value="whatever">and compare the data to decide what to update