0
Imagine the following situation:
Registered in a database several phones of a single establishment (local_1, +55 xx xxxx-xxxX; local_1, +55 xx xxxx-xxxY; ...);
The problem: Allow the user to edit these various phones (this includes add and remove) and save in the database this.
I figured of listing the phones and in case a change occurs, clear the database the old phones and add everything again (the modification)
Any suggestions to help me?
then, my table is constituted in [ID - DDD - PHONE - COMPANY], to add these phone numbers, I use a jquery that allows me to duplicate the fields, ie, a company owns 0 or more phones. What I want to do is allow the deletion of any of the phones, also enable editing of any of the phones and adding new ones
– LeoRS