How can I setup an array so I can access it like this:

PHP Code:
echo $config["forumtitle"];

//would output VB Q and A, for example 
Rather than:

PHP Code:
echo $config[122]; 
Thanks in advance.