Hello,
I'm creating login using PHP/MySQL. I have Unix Timestamp (eg.
1005882301). What will be the easiest way to update this filed to
current date/time everytime when user log in? Should I rather use some
other mysql date/time field type?
TNX
I'm creating login using PHP/MySQL. I have Unix Timestamp (eg.
1005882301). What will be the easiest way to update this filed to
current date/time everytime when user log in? Should I rather use some
other mysql date/time field type?
TNX
Comment