Hi,
I'm trying to work with serialized objects to pass through two different pages. For this I intend to use the $_SESSION var. But there is a problem.
I have to call a function from a third party piece of software that returns a SAFEARRAY. That function is the serialize function BTW.
But when I try to deserialize it tells me the array is not valid. In ASP the same third party software works perfectly. The problem is most likely the ability of PHP to handle SAFEARRAYs. I could really use some help on this.
What is PHP's problem? and how can I solve it?
Ritter63.