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
A php.ini value ir responsible for POST max size:
post_max_size = 10M