Skip to content

Instantly share code, notes, and snippets.

@bangpound
Created November 15, 2009 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bangpound/235359 to your computer and use it in GitHub Desktop.
Save bangpound/235359 to your computer and use it in GitHub Desktop.
$result = db_result(db_query('SELECT COUNT(*) AS registered_user_count FROM {users}'));
return t('%x number of people attending dcc2009', array('%x' => $result));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment