Hi,
Is there a way in php that we can declare application level variables such as static variables in java.
For example if I declare a variable call $companyName it should be common for all users or whole application. If one user modifies the value of $companyName it should affecy all users accessing that variable.
Thanks in advance,
chamal.