Scope issue

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux