OK, i need some help, i have a comma seperated list in a db, now i need to take this and parse it into a array, then use that to run a query on the db, now, i am pretty sure it can be done, but, I SUCK at regex, so i need some help.
there will be no spaces or anything but numbers and commas. if someone would be kind enough to show me how to do this.
Also, how difficlut will it be to add values to the list? i will need to do that in the future, i think i can do it with out regex, but just want to know before i code it 🙂
Thanks