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
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.