Jean-Yves Jourdain wrote:
Is there a way to have global persistent variable with PHP? I would like to reproduce the use of the ASP <Application("name")= "value"> possibility. The variable "name" will be available to every users...
No. If the values are read-only, you can use an .ini file and parse_ini_file(). If they are read/write, use a database...
--
John Holmes
php|architect - The magazine for PHP professionals - http://www.phparch.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php