Try to add a TIMESTAMP column and that will automatically be updated with the current date/time when the row is inserted or updated. Or, add a DATETIME column. In your INSERT statement, use NOW() as the value to be inserted in that column.
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --