[PHP] Data and time problem

2005-03-17 Thread virtualsoftware
Hi, I have a mysql database where i store a user name and date when he registered. The date format is like this 2005-03-17 02:41:51. How can i found out how many minutes passed from the date he registered till now. Thanks in advance for your help !

Re: [PHP] Data and time problem

2005-03-17 Thread kalinga
store the date as a 'unix timestamp', so you can easily compare the stored timestamp with the current timestamp, by doing a simple calculation you can get the duration in minutes without a headache. http://www.php.net/time vk. On Thu, 17 Mar 2005 14:32:48 +0200, [EMAIL PROTECTED] [EMAIL