Frequently Asked Questions

Whole page?

Does the browser load the whole PHP page or does it just load the sections that we see?

The server won’t send any HTML code or images to the browser for other webpages, only the section you ask for - if you check view source on one of your pages, that’s all it will return to the user’s browser.