Skip to content

Instantly share code, notes, and snippets.

@bkamapantula
Created April 19, 2013 15:09
Show Gist options
  • Save bkamapantula/5420978 to your computer and use it in GitHub Desktop.
Save bkamapantula/5420978 to your computer and use it in GitHub Desktop.
PHP implode
"SELECT .... mysql_column IN('".implode("','", $str).'\')'."GROUP BY ....";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment