Re: Strings vs Arrays




Leonid Grinberg wrote:
and to make an array into a string:

foreach (@array) { $string .= $_; }

uh, join?

-jp

.