Originariamente inviato da pazzomania2
Ciao caro amico,

grazie del tuo tentativo di aiuto, ma il primo link (che funziona ) sono oltre 600 caratteri, per cui ti stai sbagliando
La cifra era sbagliata, ma temo che il problema sia comunque quello.

http://php.net/manual/en/reserved.variables.get.php
chris at bjelleklang dot org 18-Dec-2010 10:40
Please note that PHP setups with the suhosin patch installed will have a default limit of 512 characters for get parameters. Although bad practice, most browsers (including IE) supports URLs up to around 2000 characters, while Apache has a default of 8000.

To add support for long parameters with suhosin, add
suhosin.get.max_value_length = <limit> in php.ini
Se non puoi fare a meno di usare parametri così lunghi, meglio affidarsi al POST