echo "<p>Your name is {$user->name}, your email is {$user->email}, and your username is {$user->username}</p>";  
echo "<p>Your usertype is {$user->usertype} which has a group id of {$user->gid}.</p>";