Want to know Application Variable in PHP
Posted: Wed Jan 28, 2004 12:59 am
I'd like to create a global variable (in PHP) to store the value of a submitted field so that (the global variable) is available to all the visitors of my site. Its something like "Application Variable" in ASP, but I wonder how to do it in PHP.
I don't want to use database.
I know that in ASP we use Application Variable whch is Global, it means it stores the data and make it available to all the visitors who visits the site. And preserve the data(variables) until the system reboots. Has anyone have an idea how to do it in PHP.
I want to know how can we use Application Variable in PHP to store the data which is gobally accessible to all the visitors. And please remember I don't want to use Database, so please don't give a suggestion of using database.
Thanks.
I don't want to use database.
I know that in ASP we use Application Variable whch is Global, it means it stores the data and make it available to all the visitors who visits the site. And preserve the data(variables) until the system reboots. Has anyone have an idea how to do it in PHP.
I want to know how can we use Application Variable in PHP to store the data which is gobally accessible to all the visitors. And please remember I don't want to use Database, so please don't give a suggestion of using database.
Thanks.