user_login;
$email = $current_user->user_email;
$userID = $current_user->ID;
echo “$username”;
?>
Welcome Association Members
Becoming an Association Member is easy.
Before becoming a member we recommend that you Read and Understand the Membership Code of Conduct and Procedures. By becoming a member you are agreeing to abide by these guidelines as a Professional Member of this Association.
Then…
1. Complete your Association Directory (Business) Profile using the link below.
Membership is open to all Advanced Clearing Energetics® Students/Practitioners and there are no membership fees for Students/Practitioners of ACE Level 1 and up to join.
2. Complete the Code of Conduct Form and submit it to ace@whyamisick.com.
-
In order to keep your membership current and up to date:
- Keep you business directory profile up to date.
- Submit your CPPD Activities in the appropriate page below.
Directory
Professional and Personal Development
Code of Conduct Forms and Information
- Membership Criteria
Code of Conduct and other Member Information - Association Member Forms and Templates
” . $row[‘SUM(points)’];
echo “
“;
}
echo “
Breakdown of Points
“;
$result = mysql_query(“SELECT * FROM `CPPD` WHERE ID = ‘$userID'”) or die(mysql_error());
$rows = mysql_num_rows($result);
//This is where you display your query results
while($row = mysql_fetch_array($result))
{
echo “Activity: ” . $row[‘activity’];
echo “
“;
echo “Year: ” . $row[‘year’];
echo “
“;
echo “CPPD Points: ” . $row[‘points’];
echo “
“;
}
?>