By savithac on
I create one content type (i.e. example). content type have two fields (sample, test ). Both the fields are node reference field. create some contents.
Get values in "views_get_view_result($name, $display_id = NULL)" and displaying table format.Inside table values are 'select list'. select table values and save the content.
once the content will be added in "one value" next time content will not added in "same value".
how to avoid repeat content in same value and how to compare previous nid and current nid ?