php - script stop working when sending often post -


does here have experienced this

scenario: have form , text area.in text area putted data every line. data send post read every line of textarea , send post other url other url send response.

this working if submit below 10 lines on textarea , if submit more 10 lines script stop working , send me 500.shtml page.

i wonder server have limit. because when tried locahost working. have idea?


Comments

Popular posts from this blog

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

rest - Spring boot: Request method 'PUT' not supported -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -