Jump to content

[SOLVED] Simple problem: how do I place the array key into a variable so I can use it?


Jakez

Recommended Posts

Ok so I have something like:

 

Array

(

    [http://www.url.com/audio/60723620cc4eaa73/] => decripsdf sf asdf sdf

    [http://www.url.com/audio/6072363275d23388/] => description  asf asdf asd

)

 

And afterwards I need to be able to print out something using both the URL's and the text they hold, like:

 

<a href=http://www.url.com/audio/60723620cc4eaa73/>decripsdf sf asdf sdf</a>

<a href=http://www.url.com/audio/6072363275d23388/>description  asf asdf asd</a>

 

Problem is, I don't know how to do this because arrays confuse the hell out of me :(

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.