From: Adam M. <ad...@tu...> - 2002-08-08 20:35:41
|
I had a couple of questions on hoe to access content variables via the GLOBALS array. Here is an example of setting a title and some content. It should clear up any other questions: $GLOBALS["CNT_module"]["title"] = "This is the title"; $GLOBALS["CNT_module"]["content"] = "This is the content"; And yes you can concatenate (sp?) using this syntax as well. Adam --------------------------------- Adam Morton Developer - Web Technology Group Appalachian State University http://phpwebsite.appstate.edu ad...@tu... |