<? $id=$USER->GetID(); $rsUser = CUser::GetByID($id); $arUser = $rsUser->Fetch(); echo $arUser['PERSONAL_MOBILE'];?>
$arUser = $rsUser->Fetch(); echo htmlspecialchars($arUser['PERSONAL_MOBILE']);
$arUser = $rsUser->GetNext(); echo $arUser['PERSONAL_MOBILE'];