What is the difference between IMPLODE & JOIN as both works the same way.
IMPLODE
JOIN
In short the reality is that in php, join() and implode() methods function the same way.
One can be interchanged for the other as they work in the same way.