Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $title='put title here';
  2. $node_id=db_select('node', 'n')
  3. ->fields('n',array('nid'))
  4. ->condition('title',$title,'=')
  5. ->execute()
  6. ->fetchField();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement