|
The main thing is to validate the data.
Other things you can do is to prepopulate the form data with the users saved data so if they erase it then it would clear it out, but this is not necessary.
Another recommended action to use is to create an array of validated data and then update the db only once instead of multiple times since it's updating the same table and row.
__________________
<mgraphic /> - I don't have a solution but I admire the problem.
|