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? Quote 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). Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.