Well you could make a button called reset and check to see if reset was pressed, if it was, manually change the values in each box to '' or nothing.
Like:
$_POST['first_name'] = '';
if you use that variable to fill the form value
You would have to do this to every feild you have updated by a value.