Skip to content

Instantly share code, notes, and snippets.

@barrychapman
Created August 16, 2011 17:26
Show Gist options
  • Save barrychapman/1149616 to your computer and use it in GitHub Desktop.
Save barrychapman/1149616 to your computer and use it in GitHub Desktop.
$tags = array();
foreach ( $raw_rags as $tag ) {
$tags['AND'][] = trim( $tag );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment