i have a query that, how can i transfer an object from php file A to php file B?.
but i know a solution using session.But what i need to know is, is their any other method to transfer object between php files other than session?
i have a query that, how can i transfer an object from php file
Share
APC is probabaly the easiest method:
example:
The other script