Please help me. How does php calculate the number of new members this week? there is a member table a ------------- user & nbsp; addtimewlm & nbsp; & nbsp; 1372938746 ---------------- please help me. How does php calculate the number of new members this week?
There is a member Table
-------------
User addtime
Wlm 1372938746
---------------------
How can we collect new member data from Monday to Sunday of this week. Addtime is the character timestamp.
Foreigners seem to have changed their time. They think that the week is different from ours. We started from Monday. This is a little troublesome. Share with PHP:
------ Solution --------------------
New members record a new time, which can be determined based on the time.
Select * from user where fst_date> = '. $ createtime .';
------ Solution --------------------
"Select * from table a wehre addtime> = '". strtotime ('2017-07-15 ')."'"