views:

7

answers:

0

Hey guys

i want to get the custom profile fields which i have made in user profile part,

i want to get that values and show on one simple page i have tried this one....

<?php print $profile['Personal Information']['profile_fname']['#value']; ?>

but its not working....

i want to show all the fields on that page....

thanks in advance,
Nitz

UPDATE:

i got the answer....