Hi! How can i send array with header("Location.."); and translate it in the destination page?
try serialize() and unserialize()
i think, it solve your problem but i didn't test it.
matt
rawurlencode(serialize($array)) and unserialize(rawurldecode($array))