What is the difference between Explode and Split?
Posted by lampinterview on May 7, 2008
Split - Splits string into array by regular expression. Explode - Split a string by string. In split we can use regular expression where as in explode we can not use regular expression.


