Hmm... I think I am on my "stupid" week. For some reason I can't find the SIMPLE problems... ugh.
Anyway... I get a parsing error, and I beginning to think it's not supposed to work.
inside a function:
function test()
{
global $config[file_root];
other code... etc;
}
It says it's expecting ','' or';'' . So I tried $config["file_root"]; nope
tried $config['file_root']; nope
hmm... guess it's not supposed to work?
thanks
chadT