I've been developing a site that uses POST form submissions to navigate through the site - allowing me to pass many more variables and avoid hitting my databases as often. I am continually running into a problem where the response from the server is basically abbreviated - it's a different number of lines for different requests, but the same request will always crap out in the same place.
I moved a block if hidden variables from the bottom to the top and everything shifted - as if it was still crapping out after the same number of lines / characters, not at a specific place in the PHP. Also, refreshing the page often helps.
ANy ideas?
-John