I've seen some posts related to this using implode but I'm not sure how they work.
I basically want to pull records from mysql using an array. Something like this I thought, in a very naive, basic example...
where text like '$thearray'
I want to pull records that match each value in the array which is separated by commas.
Any thoughts would be appreciated.