marksie1988 Posted June 5, 2007 Share Posted June 5, 2007 ok i have an access database that uses tables from a mysql database to update information on my website. but i use the unixtimestamp to show the time and date this was implemented, how do i tell my access forms to put in the current unix timestamp when i update something? Link to comment https://forums.phpfreaks.com/topic/54364-solved-mysql-and-access-help/ Share on other sites More sharing options...
biohazardep Posted June 7, 2007 Share Posted June 7, 2007 Use the time function: int time ( void ) Returns the current time measured in the number of seconds since the Unix Epoch (January 1 1970 00:00:00 GMT). Link to comment https://forums.phpfreaks.com/topic/54364-solved-mysql-and-access-help/#findComment-270161 Share on other sites More sharing options...
fenway Posted June 8, 2007 Share Posted June 8, 2007 UNIX_TIMESTAMP() is a MySQL function too. Link to comment https://forums.phpfreaks.com/topic/54364-solved-mysql-and-access-help/#findComment-271049 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.