Welcome to the OzoneAsylum FaqWiki
Frequently Asked Questions
Server Side Coding
PHP

Is there a PHP equivalent to ASP's "Application object"? Pages that link to <a href="https://ozoneasylum.com/backlink?for=5740" title="Pages that link to Is there a PHP equivalent to ASP&amp;#039;s &amp;quot;Application object&amp;quot;?" rel="nofollow" >Is there a PHP equivalent to ASP&#039;s &quot;Application object&quot;?\

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:

----------------------------
Relevant links:

ASP has an 'application object'. Where is it in PHP? - a database-based solution and a good overview of the issue.

phpApplication - a file-based solution.

______________________
Emperor

(Added by: Emperor on Thu 26-Jun-2003)

(Edited by: Emperor on Thu 26-Jun-2003)

« BackwardsOnwards »

Show Forum Drop Down Menu