Difference between time() and current time() PHP

Posted by Belgin Fish on Stack Overflow See other posts from Stack Overflow or by Belgin Fish
Published on 2010-05-27T20:38:10Z Indexed on 2010/05/27 20:41 UTC
Read the original article Hit count: 118

Filed under:
|

Hi, I'm currently creating a subscription membership for my website.

I'm storing the date their subscription started in my database using time() (not extra parameters)

If not, how can i find the number of days between the current time() and the time() stored in the database?

Thanks!

© Stack Overflow or respective owner

Related posts about php

Related posts about time