Posted by alkalsa on 01/12/07 04:42
Maybe something like this concept:
Imagine array called $array,
it contains 5 data bits
$array[0] = "blue"
$array[1] = "green"
$array[2] = "red"
$array[3] = "yellow"
$array[4] = "orange"
I want to convert $array, to $string. It shouldn't be an array inside
$string, and should by default look like this:
print $string
results in
bluegreenredyelloworange
Sorry I wasn't understandable in my first post :-)
I really appreciate your help! :)
[Back to original message]
|