glemor123 1 Posted May 12, 2014 I 'am request for a query that would be inserted to my cp and database, login table. when a person registered at my cp then the database will record when that person registered. Quote Share this post Link to post Share on other sites
0 Jguy 215 Posted May 14, 2014 INSERT INTO login (register_date) VALUES(NOW()); Of course you need the register_date field (which is not present in base Hercules, you'd need to add it): ALTER TABLE login ADD register_date DATETIME NOT NULL; Quote Share this post Link to post Share on other sites
I 'am request for a query that would be inserted to my cp and database, login table. when a person registered at my cp then the database will record when that person registered.
Share this post
Link to post
Share on other sites