In ASP you can create a variable that is accessible by all scripts in
an application.
Is this possible in PHP? Storing a multi-dimensional array in memory
has much greater performance benefits than storing in a database or
session (which just gets saved to disk anyway). Id like to have my
commonly used application variables in memory.
Is this possible or is it one of the few flaws of PHP?
-Nick
an application.
Is this possible in PHP? Storing a multi-dimensional array in memory
has much greater performance benefits than storing in a database or
session (which just gets saved to disk anyway). Id like to have my
commonly used application variables in memory.
Is this possible or is it one of the few flaws of PHP?
-Nick
Comment