Lets say I have $array['SOMETHINGHERE'] = "oi oi";
is it possible to get the ['SOMETHINGHERE'] bit?
so I could do $foo = first dimension of $array???
then $foo would be SOMETHINGHERE
you can get an array of the keys using [man]array_keys[/man] or a foreach loop like foreach($array as $key => $val)
Thank you very much 🙂
Btw, The responce times are getting quicker by the minute 😮
Soon, people will be able to post a question and get an answer like 10 seconds after lol