21.08.2009, 09:06
Explode doesn't read the the last part of a string if the delimiter isn't at the end, for example
1|2|3|4
if you use explode to split those, it will only read 1, 2 and 3 but not 4.
Waiting for a fix for this.
1|2|3|4
if you use explode to split those, it will only read 1, 2 and 3 but not 4.
Waiting for a fix for this.