Skip to content

Instantly share code, notes, and snippets.

@msonnabaum
Created May 25, 2011 06:41
Show Gist options
  • Select an option

  • Save msonnabaum/990462 to your computer and use it in GitHub Desktop.

Select an option

Save msonnabaum/990462 to your computer and use it in GitHub Desktop.
<?php
$uid = db_result(db_query("SELECT n.uid
FROM content_type_profile ctp
LEFT JOIN node n ON ctp.nid = n.nid
WHERE field_blah_id_value = %d", $blah_id));
$account = user_load($uid);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment