Hi and welcome to the forum! Take note of the file size limits, which are these:
And also consider splitting your HTML file up whenever it’s possible to do so, saving both parts as a PHP file, and including the second part of it with the PHP include()
or require()
functions.