|
I'm using explode() to parse a delimited text string. But it seems to stop building the array when it finds an empty element, and I can't get the ones after. I need this to work because it's not unusual to have some empty elements in my string.
Ideas? :)
|