php mysql timestamp
Posted
by user342391
on Stack Overflow
See other posts from Stack Overflow
or by user342391
Published on 2010-06-09T20:19:46Z
Indexed on
2010/06/09
20:22 UTC
Read the original article
Hit count: 239
I need to track the date and time a user was created in my mysql database. I have column called 'created' and the data type as TIMESTAMP.
The problem is that when a user changes their password or other information the TIMESTAMP value changes. How can I set this to not change????
© Stack Overflow or respective owner