Before you respond, yes, I've read this post.
The difference in my question is that I'm not looking for best practice, or internet speed considerations, so much as the actual maximum browsers (or each browser if you wish to, or have to, be specific) can handle before they crash, and also how big of a file the php engine can handle before it crashes.
The reason being is I'm building a online job application for a company I work for, and I have lots of necessary JavaScript validation (though, I put what I could in external js files) to prevent SPAM & abuse. I also have PHP intertwined with JavaScript to test if PHP is active, if not it falls back to JavaScript functions. I also have jQuery, MooTools, and more like such... Not to mention all the required questions, textbox's, dropdown's, radio buttons, check boxes, and textarea's.
The problem is that I've only completed one section of the online application and my file is already at 32 KB. Considering the amount of work I've done, and what I have left to do, I can see this html/php (.php) file easly reaching 200KB+
So I need to know the true maximum limit to both the typical HTML browser and server-side PHP engine.
Thanks in advance,
-James