I asked a question earlier on how would I go about deleting a users account and I got a suggestion that I should flag my database that the user has deleted their account but not actually delete the account until after two weeks or so.
So my question is now how would I flag my database and then have the account deleted after two weeks if the user has not logged in using PHP & MySQL?