Skip to content

Instantly share code, notes, and snippets.

@julioprotzek
Created February 6, 2010 00:12
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 julioprotzek/296415 to your computer and use it in GitHub Desktop.
Save julioprotzek/296415 to your computer and use it in GitHub Desktop.
$itens= array();
while($row_tabela = mysql_fetch_row($result_query))
{
$itens[]= $row_tabela[2];
}
echo implode(',', $itens);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment