Basically, I want to just print every valid value in the CCK field.
I know that valid values ββare stored inside a text field in a table: 'content_node_field'.
values ββare then stored within 'global_settings'
I want to somehow print each valid value using a PHP loop.
however, all values ββare stored in one text field. It is difficult for them to print each value separately.
Gaxze source
share