MySQL and PHP counting the minutes and hours from registration date?

Posted by FLIP on Stack Overflow See other posts from Stack Overflow or by FLIP
Published on 2010-05-20T03:09:20Z Indexed on 2010/05/20 3:30 UTC
Read the original article Hit count: 118

Filed under:
|

How do I count the minutes and hours since a member registered from there registration date that is stored in my MySQL database as datetime using PHP & MySQL.

Here is what I have so far.

date('F j, Y g:i:s A', strtotime($row['rdate']))

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql