[snip] s 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... [/snip]
One other thing I should have mentioned...neither ASP or PHP is 'persistent', they are both stateless. We introduce pseudo-state through the use of sessions and/or cookies. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php