After I have done a $StringOfArray = join('###', $Array)
How would I get $StringOfArray back to the orginial array?
Thanks
I figured it out. Just have to use explode()