Jump to content

*Solved: Beginner: Associative Array to String


a1ias

Recommended Posts

Hi guys

I have an associative array e.g. [!--coloro:blue--][span style=\"color:blue\"][!--/coloro--]Array( [item1] => 4 [item2] => 3 [item3] => 6 )[!--colorc--][/span][!--/colorc--]

I'm trying to convert that array to a string format; something like:

"item1 - 4, item2 - 3, item3 - 6"

and then assign that string to a variable to be used in a mail() $body for example.

I believe it should/can be done using the explode() function but I've tried for a couple hours now without success so I've decided to ask the pro's :)

Could anyone give me a hint or a method on the easiest/most efficient way to do this?

Many thanks in advance

a1ias

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.