hello.
i dont know if i am at the right place here - i have the following problem:
i am using php/mysql for handling large a large database.
this works well for the output, but as soon as it comes to the input, problems occur: i built a script (html form) for entering data which is sent to php via method=POST.
GET didnt work at all as GET is limited in length i think, but now it seems like POST was limited in some way, too: as soon as i am posting a large amount of text (there are about 20-25 textareas in the form), the server just seems to hang up... nothing happens after i click submit...... the processing script doesnt even start, so it's not the mysql-insert-query that freezes, somehow the data doesnt reach the server... or it is not processed.
i dont know how POST-data is processed exactly... is there maybe any configuration i must change? i have root on the server, so that will be np, i am using redhat-linux, php4, mysql, apache.
i could imagine some timeout happens before all the data is submitted or there is a limit or anything, but i dont know where to look...
thanks for your help!
regards,
anselm nehls