Skip to content

Instantly share code, notes, and snippets.

@chadsten
Created March 29, 2017 17:05
Show Gist options
  • Save chadsten/c99edee7a662bb2986fd43859575e01f to your computer and use it in GitHub Desktop.
Save chadsten/c99edee7a662bb2986fd43859575e01f to your computer and use it in GitHub Desktop.
<?php
$results = db_query('SELECT tid FROM {taxonomy_index} WHERE nid = :nid', array(':nid' => $nid));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment