Hi<br><br>This is reference to <a href="http://drupal.org/node/17565" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://drupal.org/node/17565</a><br><br>I am using a new template file for a new content type I made using CCK. 
<br>How can I access the individual fields that I created, in the template file ?
<br><br>I tried this :- <br>&lt;?php print serialize($node-&gt;field_idnumber)?&gt;<br>(field_idnumber was the field that I added)<br><br>and the output I got looked something like :- <br>

     a:1:{i:0;a:2:{s:5:&quot;value&quot;;s:6:&quot;123123&quot;;s:4:&quot;view&quot;;s:6:&quot;123123&quot;;}}<br><br>Now how can extract the data i.e 123123 from this ? <br><br>The article mentioned above, says that probably a php code is needed for this ? Can&#39;t it be accessed in way similar to title 
i.e $node-&gt;title <br><br>PS : I did tried this :- $node-&gt;field_idnumber-&gt;value but this doesn&#39;t seem to work<br clear="all"><br>Thanks and Regards<br>Abhinav Jain