Allowed Values list in drupal CCK Fields
        Posted  
        
            by GaxZE
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by GaxZE
        
        
        
        Published on 2010-04-20T10:22:51Z
        Indexed on 
            2010/04/20
            10:33 UTC
        
        
        Read the original article
        Hit count: 289
        
Hello,
I'm basically looking to simply print out each of the allowed values in a CCK field..
i know the allowed values are stored inside a text field within the table: 'content_node_field'.
the values are then stored within 'global_settings'
I'm looking to somehow print out each individual allowed value using a PHP loop.
however with all values being stored within one text field.. im finding it hard to print out each value individually.
© Stack Overflow or respective owner