Can anyone plz give me an idea for creating an global object or a global array in php
My Actual problem:
1) get the values from the database.
2) don't use cookies, sessions or anything that stores in the client
3) create an object using the fetched values
4) and populate the values in the every page of the appilcation, taking the values from the object.
i am expecting a +ve response