PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
The manual stated more than just that example code... something along the lines of "Returns an array of strings, each of which is a substring of string formed by splitting it on boundaries formed by the string separator. If limit is set, the returned array will contain a maximum of limit elements with the last element containing the rest of string."
Yeah, I kinda put that together moments after I posted this thread when I realized that there were no commas between the words. Nor the words "array." I was six hours into work so I guess my mind was kinda PHP fried. Anyways, I am sorry if some of you thought I should close the thread, but I wanted some guru take on explode even though I had gotten the gist of it.