Hello,
I have a main page where I create an object and set some variables.
Now on that page I am calling to a new php page and I want to use the variables that I've already set in the parent page instead of creating a new object. Is this possible?
Thanks!