Hello,

I'm very new in Drupal.
I want to insert info from user's profile to other page. How can I do that ?
I tried to put into the bosy this

print check_plain( $user->profile_phone ); 

without any results.
Could you explain how to do that ?
Thanks.