They let me make a page that when clicking on any section of the menu I upload everything that is in that section without changing url.
They let me make a page that when clicking on any section of the menu I upload everything that is in that section without changing url.
There are two possibilities:
To use AJAX, simply make the AJAX call in the desired javascript event against the PHP that returns the data and samples in the HTML dynamically. You can see how in this other answer Adapt .PHP file to .HTML to embed Javascript
For the iFrame, Humberto has already answered
Edit: There is a third option, the tabs, as Anton says and there may be more.
I think you mean a <iframe src="URL"></iframe>
This allows you to add a different document but in the same document
This can be achieved naturally with some navigation tabs. HTML + CSS link