<?php
if(S2MEMBER_CURRENT_USER_REGISTRATION_DAYS >= 30 && S2MEMBER_CURRENT_USER_REGISTRATION_DAYS <= 60){
// Something could go here...
// This is at least 30 days, but not more than 60 days.
}
?>
Statistics: Posted by Jason Caldwell — October 25th, 2010, 10:02 pm
if(S2MEMBER_CURRENT_USER_REGISTRATION_DAYS >= 30)
if(S2MEMBER_CURRENT_USER_REGISTRATION_DAYS >= 30 AND S2MEMBER_CURRENT_USER_REGISTRATION_DAYS 60 <= )
Statistics: Posted by KirkWard — October 25th, 2010, 7:34 pm