[snip]
I've seen the post_max_size in the php.ini. Is there a corresponding 
get_max_size? I couldn't find anything about this anywhere in the
php.ini or 
apache.conf. 

I want to send a lot of information via 
header("Location: http//server.com/program.php?val[]=1") 

Is there any limit on size of GET method? 
[/snip]

Not on the method itself, but the length of the URL. 255 characters
IIRC, but that could have changed by now...

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to