Not like asp's application("") there isnt.  You can use phps $_SESSION
var, which is similar to asps Session().   I dont think php runs the
same asp, in order for asp's application vars to work, you would think
that asp must be running in some state continuously, and i dont think
php does that.  I should read a little more on that to be sure.   But
on first though, answer is nope.

Jason

Jean-Yves Jourdain <[EMAIL PROTECTED]> wrote: 
> 
> Hi,
> 
> 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...
> 
> Thank-you in advance,
> 
> Kind regards.
> 
> Jean-Yves
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to