Welcome to the OzoneAsylum FaqWiki |
Is there a PHP equivalent to ASP's "Application object"? |
---|
ASP's Application Object is like a multi-user sitewide session so you can store information in it that is then available to to all the site's users. Unfrotunately this isn't available to in PHP but there are some 'hacks' which give you the ability to recreate this kind of useful feature. They are listed below: |