Okay... I've run into a bit of a snag here.
What I have is an array inside of an array in a language file.
'status' => array(
'here' => 'Here',
'busy' => 'Busy',
'away' => 'Away',
'brb' => 'BRB',
),
What I would like to be able to do is to call custom variables from a mysql table that'll also show up in this particular status array. I'm just not sure if I can do this... or even if it's possible to do. Any type of help, or links to references would be awesome and appreciated. Thanks.