i can see the select statement :
Quote:
$userArray=$DB_site->query("SELECT username,user.userid,email,adminemail,joindate,act ivationid FROM user LEFT JOIN useractivation ON (user.userid=useractivation.userid) WHERE user.usergroupid=3");
|
what part of it would need to be changed to make the select
only include users that registered 10 days or less ago ....
this would help make it complete