[insert_php] //In order for the subscription to start at the end of the year instead of the current day, need to give a "free trial" until member's current access period ends, at which point the yearly subscription will kick in.
$eot = s2member_eot();
$type = $eot['type']; //fixed, next, or blank
$eot = $eot['time'];//unix timestamp. 0 if s2member doesn't have a fixed eot (happens if member paid by subscription)
$exptime = date_create( "@$eot" );
$today = date_create( date("Y-m-d") );
$diff = date_diff($exptime, $today);
$days = $diff->format("%a");
[/insert_php]

Edit Account

You have logged in successfully. Update your personal information. Personal information is not stored on our servers. It is sent to the Membership Secretary and immediately deleted. You only need to fill out the fields you are changing.