How can I get the field value of a custom content type. I have created a custom content type using the CCK module. Is there any function to get the array of the fields of a particular content type.
For example: I can get the profile details using content_profile_load() function. Is there any function similar to this.