Hi, I'm creating a web page that is built using "modules", in other words the page is put together 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 hold certain information. The information is held within separate php files that I wont to be able to load into the div container with the links I mentioned earlier.
How would I go about doing this with ajax?
Note: I load the php files with include("");