faqts : Computers : Programming : Languages : PHP : kms : General

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

7 of 16 people (44%) answered Yes
Recently 2 of 4 people (50%) answered Yes

Entry

How can I create a variable in PHP with an ASP style Application scope?

Aug 4th, 1999 07:46
Nathan Wallace, Rasmus Lerdorf


If you want to store data across requests you need to use files, a
database or shared memory.

    http://www.php.net/manual/variables.php3