I\'m trying to send an array to a PHP script via POST method. First I serialize() it, then used base64_encode() on it. After receving it, the s
No need to worry about size, But I'd consider using sessions for this purpose