Hi I am having an issue with I think it is the scope of variables: I have a file that I am including which has the following" <?php // +---------------------------------------------------------------------- // | PHP Source // +---------------------------------------------------------------------- // echo "got language.php<br />"; global $langauge; $language['project_name'] = "P.L.I.M.S"; $language['sub_project_name'] = "DCR CC"; ?> In my main file, I am attempting to from with in a function call $language['project_name'] and i am failing... can you offer any advice? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php