I create a web page that is built using "modules", in other words, the page is combined using other php files.
On one side of my page there is a div container with some links next to it, this div container will be used to store certain information. The information is stored in separate php files, which I can’t load into the div container with the links mentioned earlier.
How do I do this with ajax?
Note. I upload php files with include ("");
source
share