Drupal 6: display CCK Field value with php in views_customfield
        Posted  
        
            by artmania
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by artmania
        
        
        
        Published on 2010-06-16T11:47:37Z
        Indexed on 
            2010/06/16
            11:52 UTC
        
        
        Read the original article
        Hit count: 311
        
Hi friends,
I've spent all day to find but can't find :(
How can I display CCK Field value with php in views_customfield? I tried the ones below, but no result
$node->field_homepage_linking["0"]["view"]
$node->field_homepage_linking["0"]["value"]
value_get('field_homepage_linking')
Appreciate helps!!
© Stack Overflow or respective owner