Thread
:
Get array as string --Help
View Single Post
#
1
(
permalink
)
05-09-2008
Shelley
Posts: n/a
Get array as string --Help
Hi all,
If I have an array like this:
$arr = array (
'c' => 'd',
'e' => 'f');
How can I convert this array into a string? I want to write an array into a
file.
Thanks in advance.
--
Regards,
Shelley
Shelley