I was wondering if there was a function that could identify components of a comma-seperated list (or any character for seperation--doesn't have to be a comma) and make an array out of them?
So it would basically change "12,15,1,4,7,322,41" and convert it to "array[0] = 12; array[1] = 15; array[2] = 1..."
I looked through PHP.net, but I don't know the proper name for the technique (I thought it might be parsing, but evidently not?) so it wasn't much help.
Thanks,
Mob1us



Reply With Quote



Bookmarks