I'm having a weird problem whereby php totally hangs if I submit a form with a textarea containing more than 1156 characters. I can't even get a script to return "hello world" if the textarea has 1157 characters. The connection just hangs and php does nothing. Everythign works great with fewer chars than that (i.e. scripts run, I can connect to db's etc.).
I'm using php on a box that I don't control, is this a php installation thing?
Is there a maximumn sized textarea that can be submitted to a php script via CGI POST method?
I'm totally confused.