Jump to content

Mysql PHP and Timestamps


s_ainley87

Recommended Posts

Hello,

 

I am trying to get some data from members table but can't for the life of me work it out, I need to find the number of new members that signup per day for the last 6 months, but I cannot for the life of me work out the select statement, I have got as far as,

 

SELECT email, date, source FROM members WHERE.............

 

the WHERE clause needs to select the number members that signed up everyday for the last 6 months so I presume it is something similar to WHERE date > than 6 months ago?

 

the reason I get stuck is becuase the date is a timestamp and I cannot for the life of me cannot work out what the timestamp means or when it is measured from, I understand that it counts the number of seconds from a certain date, but what?  Also is it possible to change the datestamp to a proper date format for the use in a CVS file?

 

Thanks

 

 

Link to comment
https://forums.phpfreaks.com/topic/114810-mysql-php-and-timestamps/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.