[eluser]someoneinomaha[/eluser]
Hello everyone. I apologize for this incredibly stupid question.
I'm sure this has been answered below and it's just by feeble search ability today that is preventing me from finding the previous discussions.
I have a set of checkboxes that I want to process to build a where in clause.
So I get the array of items checked in the post and I need to loop through that to build a string of ids... like:
'1', '2', '3'
Is there an existing function to accomplish this, or do I need to loop through the array result, adding the formatting I want and omitting the last comma?