我是 php 新手。如果他在 30 天内未尝试登录,我想自动删除用户。
for example
if user login on "10-02-2012" ,
and if user doesnot login for next 30 days
then system should automatically delete his account.
if user again login on "15-02-2012" ,
then limit should be for next 30 days i-e "15-03-2012"
请帮助我,我是 php 的新手
i have no idea how to store the date when user attempt to login.