Hi all, I have a problem to solve about the database of php address book. When
I want to update a specified contacts the addressbook doesn't update the
existing record in the table, but it create a new record with the updated
information and the same id (that often is a primary unique key). How is it
possible? Any suggestions? Thanks for your patience.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
OK guys. I solved the problem, just change the value of $keep_history from
'true' to 'false' so the php address doesn't create a record every time I
modify a contact.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all, I have a problem to solve about the database of php address book. When
I want to update a specified contacts the addressbook doesn't update the
existing record in the table, but it create a new record with the updated
information and the same id (that often is a primary unique key). How is it
possible? Any suggestions? Thanks for your patience.
OK guys. I solved the problem, just change the value of $keep_history from
'true' to 'false' so the php address doesn't create a record every time I
modify a contact.