Albert K. P. wrote: > I'am facing issue with posting large FORM fields to php. If I reduce my > form field size to 200 it works fine. But larger number of fields are not > posted to server instead a 403 error is returned. Have you checked the value of the ini setting max_input_vars[1]? If the Suhosin extension is installed on the server also have a look at suhosin.post.max_vars and suhosin.request.max_vars. [1] <http://php.net/manual/en/info.configuration.php#ini.max-input-vars> -- Christoph M. Becker -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php