Hi, I have a config file which has variables based on the domain of the page (HTTP_HOST)
$c is an array.
eg $c['example.com-user'] is an entry in the config file.
I need to pass the value of $c['example.com-user'] to a function building the variable name on the fly.
I have "example.com" in $host variable
Thanks for any help!