Skip to content

Instantly share code, notes, and snippets.

@artofhuman
Created April 17, 2012 07:03
Show Gist options
  • Save artofhuman/2404108 to your computer and use it in GitHub Desktop.
Save artofhuman/2404108 to your computer and use it in GitHub Desktop.
wrap array for json
<?php echo "'" . implode("','", $arTags) . "'"; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment