Hi, Wednesday, August 11, 2004, 1:36:45 AM, you wrote: JYJ> Hi,
JYJ> Is there a way to have global persistent variable with PHP? I would like JYJ> to reproduce the use of the ASP <Application("name")= "value"> JYJ> possibility. The variable "name" will be available to every users... JYJ> Thank-you in advance, JYJ> Kind regards. JYJ> Jean-Yves you can do this with msession or stick the variable in a database or file. The best way would depend on exactly what you were trying to achieve and who sets this value. -- regards, Tom -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php