I want to share some information between all users of my PHP application. the closest thing i found to ASP.NET’s Application, is
$_ENV
For some reason, what i set in that array, is not persisting through page refreshes.
Can someone give me some help?
Thanks
$_ENV vars are only not changeable, they display information – I suggest using a database or a file. Databases are more secure if security is needed.