MySQL Forums
Forum List  »  PHP

Re: php array saving only one record
Posted by: David Koehne
Date: September 09, 2019 03:08PM

Thanks for that. It's iterating over the same record and not recognizing the next record to be saved.

INSERT INTO tblAgencyFees (PaymentID, ClientID, ClientName, Account_ID, State, PaymentDate, Amount, CheckID, CreditorName, DRC_ClientID, DRC_TransactionID) VALUES ('816', '1141', 'Ortega, Daniel', '2222100000010717', 'OK', '2019-07-31T00:00:00', '8.0000', '10', '0', '1195', '')Duplicate entry '816' for key 'PRIMARY'

Options: ReplyQuote


Subject
Written By
Posted
September 09, 2019 12:13PM
Re: php array saving only one record
September 09, 2019 03:08PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.