On Thu, Mar 5, 2015 at 9:21 AM, Albert K. P. <albertkp@xxxxxxxxxx> wrote: > Hai, > > > 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. > > > Please Help > -- > > *Thanks and Regards,* > *Albert KP* > http://www.nesote.com > Try increasing the post_max_size value in php.ini (php configuration) http://php.net/manual/en/ini.core.php#ini.post-max-size; -- Regards, Jigar Dhulla