MySQL Forums
Forum List  »  PHP

That solved it. Thanks!
Posted by: S
Date: February 08, 2006 07:00PM

That totally worked. Thanks Bob.

For onlookers: I had the table set up with a field "timestamp" set as a timestamp that also functioned as the primary key. The timestamp field is intended to mark an entry with the time it was touched, so that if multiple entries were made at once, they would share the same key and fail to enter...

To fix it, I changed the "timestamp" field to a "datetime" field (which is entered from the PHP code... it does not change automatically).

thanks again bob. I appreciate your time.

Options: ReplyQuote


Subject
Written By
Posted
That solved it. Thanks!
S
February 08, 2006 07:00PM


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.