Posted by runeveryday on April 30, 2010 at 2:09am
i have used CCK creating a content type which has ten fields, now i want to use code to output the fields one by one? how to write the code, any tips would be apppreciated. i know if i use the while loop,it will output the whole result,eg:
while ($row = db_fetch_array($result) ){
echo $row['field_zwmc_value'];
}
Comments
any one helps me?
any one helps me?