Hi,
I'm using PHP with apache.
From what I understand, global variables are only global to one php
script (i.e. the file and all the files it includes), but they are not
persisted between HTTP calls.
Can you have truly global variables that persist between scripts?
I want the variables to reside in memory and not in i.e. sessions,
cookies, external file, database, post and get.
Thanks
Kasper, Denmark
I'm using PHP with apache.
From what I understand, global variables are only global to one php
script (i.e. the file and all the files it includes), but they are not
persisted between HTTP calls.
Can you have truly global variables that persist between scripts?
I want the variables to reside in memory and not in i.e. sessions,
cookies, external file, database, post and get.
Thanks
Kasper, Denmark
Comment