I'm assuming this can be done by simply serializing the objects first and simply placing them in an array that is passed to the PHP script. However, does anyone know if there is a way in which you can pass objects between PHP scripts (along with other parameters) where PHP handles the internals?
Thank you.